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, submitted to 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 |
| 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 | Sat Jun 2 22:58:34 UTC 2012 |
| Uploaded by | RichardEisenberg |
| Build failure | ghc-7.4 (log) |
Modules
- Singletons
- Singletons.CustomStar
- Singletons.Lib
- Singletons.TypeRepStar
Downloads
- singletons-0.8.tar.gz (Cabal source package)
- package description (included in the package)