module Data.ZipList where import qualified Prelude() import Data.List_Type newtype ZipList a = ZipList [a]