emgm-0.2: Extensible and Modular Generics for the MassesSource codeContentsIndex
Generics.EMGM.Data.List
Portabilitynon-portable
Stabilityexperimental
Maintainergenerics@haskell.org
Description

Summary: Generic representation and instances for lists.

The main purpose of this module is to export the instances for the representation dispatchers Rep, FRep, FRep2, and FRep3. For the rare cases in which it is needed, this module also exports the embedding-projection pair and constructor description.

Synopsis
epList :: EP [a] (Unit :+: (a :*: [a]))
conNil :: ConDescr
conCons :: ConDescr
Documentation
epList :: EP [a] (Unit :+: (a :*: [a]))Source
Embedding-projection pair for lists
conNil :: ConDescrSource
Constructor description for ''nil'': []
conCons :: ConDescrSource
Constructor description for ''cons'': (:)
Produced by Haddock version 2.4.2