hm/readme.md

17 lines
261 B
Markdown
Raw Normal View History

2022-01-23 12:52:33 +01:00
# 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`