The latest version of HList is 0.5.3.0-0.

HList

Version 0.5.0.0 revision 0 uploaded by AdamVogt.

Package meta

Synopsis
Heterogeneous lists
Description

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

Author
2004 Oleg Kiselyov (FNMOC, Monterey), Ralf Laemmel (CWI/VU, Amsterdam), Keean Schupke (London)
Bug reports
n/a
Category
Data
Copyright
n/a
Homepage
n/a
Maintainer
oleg@pobox.com
Package URL
n/a
Stability
n/a

Components