| Portability | non-portable |
|---|---|
| Stability | experimental |
| Maintainer | generics@haskell.org |
Generics.Regular.Functions.LR
Description
Summary: Generic functionality for regular dataypes: mapM, flatten, zip, equality, show, value generation and fold.
Functions for generating values that are different on top-level
The LRBase class defines two functions, leftb and rightb, which
should produce different values.
The LR class defines two functions, leftf and rightf, which should
produce different functorial values.