2022-01-23 12:52:33 +01:00
|
|
|
# HM
|
|
|
|
|
|
|
|
A simple, terminating, pure, hindley milner lambda calculus with inductively defined types.
|
|
|
|
|
2022-01-25 21:01:52 +01:00
|
|
|
Very much a work in progress
|
|
|
|
|
|
|
|
The code is very messy and needs to be cleaned up..
|
|
|
|
|
2022-01-23 12:52:33 +01:00
|
|
|
## Building
|
|
|
|
|
|
|
|
Depends:
|
|
|
|
* BNFC
|
|
|
|
* GHC
|
|
|
|
* Cabal
|
|
|
|
|
|
|
|
Instructions:
|
|
|
|
* Run `cabal build`
|