|
| Generics.Regular.Functions.LR | | Portability | non-portable | | Stability | experimental | | Maintainer | generics@haskell.org |
|
|
|
|
|
| Description |
| Summary: Generic functionality for regular dataypes: mapM, flatten, zip,
equality, show, value generation and fold.
|
|
| Synopsis |
|
|
|
|
| Functions for generating values that are different on top-level
|
|
|
| The LRBase class defines two functions, leftb and rightb, which
should produce different values.
| | | Methods | | | Instances | |
|
|
|
| The LR class defines two functions, leftf and rightf, which should
produce different functorial values.
| | | Methods | | | Instances | |
|
|
|
| Produces a value which should be different from the value returned by
right.
|
|
|
| Produces a value which should be different from the value returned by
left.
|
|
| Produced by Haddock version 2.4.2 |