Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jberryman/cofunctor
A small haskell module implementing contravariant functors
https://github.com/jberryman/cofunctor
Last synced: about 1 month ago
JSON representation
A small haskell module implementing contravariant functors
- Host: GitHub
- URL: https://github.com/jberryman/cofunctor
- Owner: jberryman
- License: bsd-3-clause
- Created: 2011-09-19T20:37:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-20T15:46:40.000Z (over 13 years ago)
- Last Synced: 2024-10-13T10:33:06.250Z (2 months ago)
- Language: Haskell
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
*DEPRECATED*: please use the 'contravariant' package, here:
http://hackage.haskell.org/package/contravariantThis is a simple Haskell library providing a contravariant functor class
implementation, a useful construction for type that act as "sinks" or expose the
left-hand side of a function.Can be installed with:
cabal install cofunctor
See docs here: http://hackage.haskell.org/package/cofunctor