|
| Data.Repr | | Stability | experimental | | Maintainer | conal@conal.net |
|
|
|
| Description |
Compute least upper bounds (lub / join) of two values
This version uses associated types for HasRepr
|
|
| Synopsis |
|
|
|
| Documentation |
|
| class HasRepr t r | t -> r where | Source |
|
| A data type representation, in terms of standard data types.
Requires that unrepr . repr == id.
| | | Methods | | | :: t | | | -> r | to representation
|
| | | | :: r | | | -> t | from representation
|
|
| | Instances | |
|
|
|
| Apply a binary function on a repr
|
|
|
| Apply a binary function on a repr
|
|
| Produced by Haddock version 2.3.0 |