derive-0.1: A program and library to derive instances for data typesContentsIndex
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 :: Derivation
Produced by Haddock version 0.8