Portability | non-portable |
---|---|
Stability | experimental |
Maintainer | generics@haskell.org |
Summary: All of the generic functionality for regular dataypes: mapM,
flatten, zip, equality, value generation, fold and unfold.
Generic show (Generics.Regular.Functions.Show), generic read
(Generics.Regular.Functions.Read) and generic equality
(Generics.Regular.Functions.Eq) are not exported to prevent clashes
with Prelude
.