Skip to content

Implements common Haskell type classes using the constraint kinds pattern to allow constraints.

Notifications You must be signed in to change notification settings

sdiehl/ConstraintKinds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ConstraintKinds

Implements common Haskell type classes using the ConstraintKinds extension to allow constraints. Currently, there are classes for Foldable, Functor, and Traversable and corresponding instances for [], Vector, and Vector.Unboxed. That's because those are what I've been using and I haven't gotten around to adding anything else.

Feel free to contribute your own.

About

Implements common Haskell type classes using the constraint kinds pattern to allow constraints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 100.0%