hm/readme.md

20 lines
429 B
Markdown
Raw Permalink Normal View History

2022-01-23 12:52:33 +01:00
# HM
A simple, terminating, pure, hindley milner lambda calculus with inductively defined types.
2022-05-03 22:16:46 +02:00
For an example of the syntax see `test.hm`
2022-01-23 12:52:33 +01:00
## Building
Depends:
* BNFC
* GHC
* Cabal
Instructions:
* Run `cabal build`
2022-05-03 22:16:46 +02:00
## TODO
Currently there is no kind system and as such there are no indexed datatypes. Considering my interest currenlty lies in dependently typed systems this is not likely to change any time soon.