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, 0.4, 0.5, 0.6, 0.7, 0.8 |
|---|---|
| Dependencies | base (≥3.0 & <5), 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://github.com/pgavin/tfp |
| Source repository | git clone git@github.com:pgavin/tfp.git |
| Executables | tfp-test |
| Upload date | Tue May 1 11:38:11 UTC 2012 |
| Uploaded by | PeterGavin |
| Built on | ghc-7.4 |
Modules
Downloads
- tfp-0.6.tar.gz (Cabal source package)
- package description (included in the package)