A hindley-milner typechecker with inductive types.
app | ||
src | ||
.gitignore | ||
hm.cabal | ||
hm.cf | ||
LICENSE | ||
readme.md | ||
Setup.hs | ||
test.hm | ||
TODO |
HM
A simple, terminating, pure, hindley milner lambda calculus with inductively defined types.
Very much a work in progress
The code is very messy and needs to be cleaned up..
Building
Depends: * BNFC * GHC * Cabal
Instructions: * Run cabal build