The tfp package
TFP (short for Type Family Programming) provides implementations of type-level integers and booleans, and (eventually) simple type-level data structures. It uses type families as functions to produce new types, which provides an intuitive way to parameterize data types and functions on numerical values at compile time.
Properties
| Versions | 0.1, 0.2, 0.3 |
|---|---|
| Dependencies | base (≥3.0), QuickCheck (≥1.2.0.0), template-haskell (≥2.0) |
| License | BSD3 |
| Copyright | Copyright (c) 2008 Peter Gavin |
| Author | Peter Gavin |
| Maintainer | pgavin@gmail.com |
| Stability | alpha |
| Category | Data |
| Home page | http://code.haskell.org/~pgavin/tfp |
| Executables | tfp-test |
| Upload date | Thu Dec 18 20:11:38 UTC 2008 |
| Uploaded by | PeterGavin |
| Built on | ghc-6.10, ghc-6.12, ghc-7.0 |
Modules
Downloads
- tfp-0.2.tar.gz (Cabal source package)
- package description (included in the package)