hm/readme.md

17 lines
261 B
Markdown

# HM
A simple, terminating, pure, hindley milner lambda calculus with inductively defined types.
## Building
Depends:
* BNFC
* GNU make
* GHC
* Cabal
Instructions:
* Run `bnfc -dm --text-token --functor hm.cf`
* Run `make`
* Run `cabal build`