@hackage ConstraintKinds1.3.0
Repackages standard type classes with the ConstraintKinds extension
Categories
License
BSD-3-Clause
Maintainer
mike@izbicki.me
Links
Versions
Installation
Dependencies (4)
Dependents (6)
@hackage/HLearn-approximation, @hackage/HLearn-algebra, @hackage/acme-everything, @hackage/HLearn-datastructures, @hackage/HLearn-classification, @hackage/HLearn-distributions
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.