Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.