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

Summary: Generic representation and instances for Either.

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

Synopsis
epEither :: EP (Either a b) (a :+: b)
conLeft :: ConDescr
conRight :: ConDescr
Documentation
epEither :: EP (Either a b) (a :+: b)Source
Embedding-projection pair for Either
conLeft :: ConDescrSource
Constructor description for Left
conRight :: ConDescrSource
Constructor description for Right
Produced by Haddock version 2.4.2