@hackage type-list0.5.0.0
Operations on type-level lists and tuples.
Deprecated
Dependencies (2)
- base >=4.7 && <6
- singletons >=1.0 && <2.3 Show all…
Dependents (4)
@hackage/hsqml-datamodel-vinyl, @hackage/acme-everything, @hackage/isobmff-builder, @hackage/classyplate
Package Flags
devel
(off by default)
"Development mode (-Werror)"
type-list
Common list and tuple operations rewritten as type families that operate in the type level, on data-kinded types. Both uncurried (type family) and curried (GADTs to be used with the Apply type family from Singletons) are provided, to work around the inability to partially apply type families.