records

A flexible record system

http://darcs.wolfgang.jeltsch.info/haskell/records

Latest on Hackage:0.1.1.6@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Wolfgang Jeltsch
Maintained by [email protected]

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.