| Copyright | (c) 2008 Universiteit Utrecht |
|---|---|
| License | BSD3 |
| Maintainer | generics@haskell.org |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell98 |
Generics.Regular.Functions.Crush
Contents
Description
Summary: Generic crush.
Crush functions
The Crush class defines a right-associative crush on functorial values.
Associativity of the binary operator used for crush
Constructors
| AssocLeft | Left-associative |
| AssocRight | Right-associative |