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 & <4.4), kinds (≥0.0.1 & <0.1), type-functions (≥0.1 & <0.3) |
| License | BSD3 |
| Copyright | © 2007–2010 Brandenburgische Technische Universität Cottbus; © 2011 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 | Mon Oct 31 15:35:02 UTC 2011 |
| Uploaded by | WolfgangJeltsch |
| Build failure | ghc-7.2 (log), ghc-7.4 (log) |
Modules
- Data
- Data.Record
- Data.Record.Combinators
- Data.Record
Downloads
- records-0.1.1.5.tar.gz (Cabal source package)
- package description (included in the package)