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

module Data.List where

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

open import Data.List.Base public