derive-0.1.3: A program and library to derive instances for data typesSource codeContentsIndex
Data.Derive.Bounded
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
makeBounded :: DerivationSource
Produced by Haddock version 2.4.2