18 lines
268 B
Markdown
18 lines
268 B
Markdown
# 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`
|