Merge branch 'master' of githug.xyz:depsterr/hm

master
Rachel Lambda Samuelsson 2023-01-25 21:39:07 +01:00
commit bc7565a1f7
1 changed files with 5 additions and 3 deletions

View File

@ -2,9 +2,7 @@
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..
For an example of the syntax see `test.hm`
## Building
@ -15,3 +13,7 @@ Depends:
Instructions:
* Run `cabal build`
## 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.