The records package
This package provides a flexible record system which has some novel features:
Using record type families, the type system can be used to describe relationships between field types.
Record scheme induction permits the implementation of polymorphic record combinators that work on whole records instead of only a fixed set of fields.
Subkind polymorphism for sorts makes it possible to impose varying restrictions on the structure of field types.
Properties
| Versions | 0.0.0.0, 0.0.0.1, 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.5, 0.1.1.6 |
|---|---|
| Dependencies | base (≥3.0 & <4.1), kinds (≥0.0.1 & <0.1), type-functions (0.1.*) |
| License | BSD3 |
| Copyright | © 2007–2010 Brandenburgische Technische Universität Cottbus |
| Author | Wolfgang Jeltsch |
| Maintainer | jeltsch@tu-cottbus.de |
| Stability | provisional |
| Category | Data, Records |
| Home page | http://community.haskell.org/~jeltsch/records/ |
| Bug tracker | jeltsch@tu-cottbus.de |
| Upload date | Fri May 28 21:20:30 UTC 2010 |
| Uploaded by | WolfgangJeltsch |
| Built on | ghc-6.12 |
Modules
Downloads
- records-0.1.1.0.tar.gz (Cabal source package)
- package description (included in the package)