HList

Heterogeneous lists

Version on this page:0.4.1.0
LTS Haskell 6.35:0.4.2.0
Stackage Nightly 2016-05-25:0.4.2.0
Latest on Hackage:0.5.3.0

See all snapshots HList appears in

MIT licensed by 2004 Oleg Kiselyov (FNMOC, Monterey), Ralf Laemmel (CWI/VU, Amsterdam), Keean Schupke (London)
Maintained by [email protected]
This version can be pinned in stack with:HList-0.4.1.0@sha256:80a44bbdcd2d7f434a8a2ffbd89e7023006645f9770c003243db81dc1493a384,5842
Used by 2 packages in nightly-2015-10-07(full list with versions):

HList provides many operations to create and manipulate heterogenous lists (HLists) whose length and element types are known at compile-time. HLists are used to implement

  • records

  • variants

  • type-indexed products (TIP)

  • type-indexed co-products (TIC)

  • keyword arguments

User code should import Data.HList or Data.HList.CommonMain for a slightly more limited scope