@hackage HList0.2.2
Heterogeneous lists
Installation
Dependencies (2)
- base >=3 && <4.7
- template-haskell Show all…
Dependents (26)
@hackage/Spock, @hackage/synthesizer-llvm, @hackage/functional-arrow, @hackage/ixmonad, @hackage/Rlang-QQ, @hackage/acme-everything, Show all…
(C) 2004--2010, Oleg Kiselyov, Ralf Laemmel, Keean Schupke
Contributors: Justin Bailey, Brian Bloniarz, Gwern Branwen, Einar Karttunen, and Adam Vogt
The HList library and samples
Getting the code
darcs get http://code.haskell.org/HList
Pushing changes
You need an account at code.haskell.org
cd HList darcs pull user@code.haskell.org:/srv/darcs/HList darcs record darcs push
This distribution covers all essential issues discussed in the HList paper. Additional examples and HList operations are provided. The code from the database section of the HList paper is not included since doing so would have implied inclusion of substantial packages, namely the underlying infrastructure for database access library.
You can get HList from Hackage or from Darcs:
$ darcs get --partial http://code.haskell.org/HList/
The code works --- within the limits exercised in the source files --- for both GHC (6.4) and Hugs (Nov 2003). See the examples/Makefile for ways of running test cases. The last GHC version tried: GHC 6.12
One may run "cd examples; make test" to check the distribution.
See ChangeLog for updates.