Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikeizbicki/homoiconic
- Owner: mikeizbicki
- License: bsd-3-clause
- Created: 2016-03-26T22:25:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T22:14:43.000Z (over 5 years ago)
- Last Synced: 2024-08-08T20:39:15.096Z (5 months ago)
- Language: Haskell
- Homepage:
- Size: 293 KB
- Stars: 18
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.