The ConstraintKinds package
This module provides more flexible versions of common type classes that use the ConstraintKinds extension. This allows us to make types that require constraints instances of the popular classes. For example, we reimplement Functor and Foldable using the ContraintKinds style. This allows us to manipulate lists and unboxed vectors using the same functions.
This library needs a lot of work before it can be considered ready for others to use. Right now, only those instances needed by the HLearn library have been implemented in this library.
Properties
| Versions | 0.0.1, 0.0.1.1, 0.0.1.2, 0.0.1.3, 0.0.2.0 |
|---|---|
| Dependencies | base (≥3 & <5), ghc-prim, vector (≥0.9) |
| License | BSD3 |
| Author | Mike izbicki |
| Maintainer | mike@izbicki.me |
| Category | Control |
| Source repository | git clone https://github.com/mikeizbicki/ConstraintKinds |
| Upload date | Fri Dec 14 08:18:26 UTC 2012 |
| Uploaded by | MikeIzbicki |
| Built on | ghc-7.6 |
Modules
Downloads
- ConstraintKinds-0.0.1.2.tar.gz (Cabal source package)
- package description (included in the package)