Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekmett/free
free monads
https://github.com/ekmett/free
Last synced: 21 days ago
JSON representation
free monads
- Host: GitHub
- URL: https://github.com/ekmett/free
- Owner: ekmett
- License: other
- Created: 2011-02-17T19:18:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T11:07:51.000Z (6 months ago)
- Last Synced: 2024-09-24T23:33:26.456Z (about 1 month ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/free
- Size: 1.02 MB
- Stars: 161
- Watchers: 19
- Forks: 65
- Open Issues: 46
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
- License: LICENSE
Awesome Lists containing this project
README
free
====[![Hackage](https://img.shields.io/hackage/v/free.svg)](https://hackage.haskell.org/package/free) [![Build Status](https://github.com/ekmett/free/workflows/Haskell-CI/badge.svg)](https://github.com/ekmett/free/actions?query=workflow%3AHaskell-CI)
This package provides a common definitions for working with free monads, free applicatives, and cofree comonads in Haskell.
Contact Information
-------------------Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett