Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jberryman/combinator-calculus
A nice little typeclass for playing with combinator calculi in haskell
https://github.com/jberryman/combinator-calculus
Last synced: about 1 month ago
JSON representation
A nice little typeclass for playing with combinator calculi in haskell
- Host: GitHub
- URL: https://github.com/jberryman/combinator-calculus
- Owner: jberryman
- Created: 2012-09-27T16:11:53.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-27T16:12:20.000Z (about 12 years ago)
- Last Synced: 2024-10-13T10:33:05.338Z (2 months ago)
- Language: Haskell
- Size: 97.7 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple type for describing combinator calculus expressions, along
with a type class for defining new combinators.See [this post](http://brandon.si/code/designing-a-module-for-combinatory-logic-in-haskell/) for details and usage examples.