------------------------------------------------------------------------
-- The Agda standard library
--
-- Lists
------------------------------------------------------------------------

{-# OPTIONS --without-K --safe #-}

module Data.List where

------------------------------------------------------------------------
-- Types and basic operations

open import Data.List.Base public