Portability | non-portable (see .cabal) |
---|---|
Stability | experimental |
Maintainer | Brent Yorgey <byorgey@cis.upenn.edu> |
Safe Haskell | None |
Various types defined inductively as type families or data families on type-lists.
Functions
Tuples
Mapping and distributing over tuples
class Distribute xs whereSource
Distribute ([] *) | |
(Uncurriable t, Tupable t, Distribute t) => Distribute (: * h t) |