Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikeizbicki/homoiconic

Constructs FAlgebras from typeclasses, making Haskell functions homoiconic
https://github.com/mikeizbicki/homoiconic

Last synced: 2 months ago
JSON representation

Constructs FAlgebras from typeclasses, making Haskell functions homoiconic

Awesome Lists containing this project

README

        

# Homoiconic ![](https://travis-ci.org/mikeizbicki/homoiconic.png)

This library lets you automatically create FAlgebras for many type classes.
From these FAlgebras and the free monad,
we can generate abstract syntax trees for the type class.
This lets us make many functions homoiconic.