| |||||
| |||||
| Description | |||||
| Derive Bounded, as specified in the Haskell 98 Language Report. As an extension, we support deriving Bounded for all data types. If the first or last constructor has non-zero arity, we call minBound (respectively, maxBound) recursively to fill in the fields. | |||||
| Documentation | |||||
| |||||
| Produced by Haddock version 2.4.2 |