emgm-0.1: Extensible and Modular Generics for the MassesSource codeContentsIndex
Generics.EMGM.Data.Bool
Portabilitynon-portable
Stabilityexperimental
Maintainergenerics@haskell.org
Contents
Embedding-projection pair
Representation
Description

Summary: Generic representation and instances for Bool.

This module exports the reusable components of the Bool representation. These include the embedding-projection pair used in a type representation as well as the type representation of Bool for Generic.

This module also exports the instance for the representation dispatcher Rep.

Synopsis
epBool :: EP Bool (Unit :+: Unit)
rBool :: Generic g => g Bool
Embedding-projection pair
epBool :: EP Bool (Unit :+: Unit)Source
Embedding-projection pair for Bool
Representation
rBool :: Generic g => g BoolSource
Representation for Bool in Generic
Produced by Haddock version 2.4.2