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.
For detailed information, please refer to the paper Generic Record Combinators with Static Type Checking.
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 & <5), kinds (≥0.0.1 & <0.1), type-functions (≥0.1 & <0.3) |
| License | BSD3 |
| Copyright | © 2007–2010 Brandenburgische Technische Universität Cottbus; © 2011–2012 Wolfgang Jeltsch |
| Author | Wolfgang Jeltsch |
| Maintainer | wolfgang@cs.ioc.ee |
| Stability | provisional |
| Category | Data, Records |
| Home page | http://darcs.wolfgang.jeltsch.info/haskell/records |
| Source repository | darcs get http://darcs.wolfgang.jeltsch.info/haskell/records/main |
| Upload date | Sun Jan 15 18:28:43 UTC 2012 |
| Uploaded by | WolfgangJeltsch |
| Built on | ghc-7.2 |
Modules
Downloads
- records-0.1.1.6.tar.gz (Cabal source package)
- package description (included in the package)