update readme a bit
This commit is contained in:
parent
7fcd27aafd
commit
b44ffb282a
|
@ -2,9 +2,7 @@
|
||||||
|
|
||||||
A simple, terminating, pure, hindley milner lambda calculus with inductively defined types.
|
A simple, terminating, pure, hindley milner lambda calculus with inductively defined types.
|
||||||
|
|
||||||
Very much a work in progress
|
For an example of the syntax see `test.hm`
|
||||||
|
|
||||||
The code is very messy and needs to be cleaned up..
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
@ -15,3 +13,7 @@ Depends:
|
||||||
|
|
||||||
Instructions:
|
Instructions:
|
||||||
* Run `cabal build`
|
* 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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user