Deprecated

type-list

Operations on type-level lists and tuples.

LTS Haskell 9.21:0.5.0.0
Stackage Nightly 2017-07-25:0.5.0.0
Latest on Hackage:0.5.0.0

See all snapshots type-list appears in

BSD-3-Clause licensed by Marcin Mrotek
Maintained by [email protected]
This version can be pinned in stack with:type-list-0.5.0.0@sha256:e8a452574a62ce2d894f2b972cfaa17fd61ffaefd6509ffb4022d489c6051238,1145

Module documentation for 0.5.0.0

Depends on 2 packages(full list with versions):

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.

Changes

0.3.0.0

  • Added ZipWith family.

0.2.0.0

  • Added lengthVal function, replacing the functionality of the removed TypeLength typeclass together with the Length family.

0.1.0.0

  • Changed TypeLength type class to a Length family.
  • Fixed Intersection.

0.0.0.0

  • Initial commit.