You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
app | 1 year ago | |
src | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
Setup.hs | 1 year ago | |
TODO | 1 year ago | |
bad.hm | 1 year ago | |
hm.cabal | 1 year ago | |
hm.cf | 1 year ago | |
readme.md | 1 year ago | |
test.hm | 4 months ago |
readme.md
HM
A simple, terminating, pure, hindley milner lambda calculus with inductively defined types.
For an example of the syntax see test.hm
Building
Depends: * BNFC * GHC * Cabal
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.