The singletons package
This library generates singleton types, promoted functions, and singleton functions using Template Haskell. It is useful for programmers who wish to use dependently typed programming techniques. The library was originally presented in Dependently Typed Programming with Singletons, published at the Haskell Symposium, 2012. (http://www.cis.upenn.edu/~eir/papers/2012/singletons/paper.pdf) As of this release date, Haddock was not able to properly process the code and produce documentation. Hence, all of the documentation is in the README file distributed with the package. This README is also accessible from the project home page.
Properties
| Versions | 0.8, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5 |
|---|---|
| Dependencies | base (4.*), containers (≥0.5), mtl (≥2.1.1), syb (≥0.3), template-haskell (≥2.8) |
| License | BSD3 |
| Author | Richard Eisenberg <eir@cis.upenn.edu> |
| Maintainer | Richard Eisenberg <eir@cis.upenn.edu> |
| Stability | experimental |
| Category | Dependent Types |
| Home page | http://www.cis.upenn.edu/~eir/packages/singletons |
| Upload date | Wed Sep 12 20:58:19 UTC 2012 |
| Uploaded by | RichardEisenberg |
| Built on | ghc-7.6 |
Modules
- Data
- Data.Singletons
- Data.Singletons.CustomStar
- Data.Singletons.TypeRepStar
- Data.Singletons
Downloads
- singletons-0.8.2.tar.gz (Cabal source package)
- package description (included in the package)