forked from Olivier/inferno-experimental
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.
|
3 years ago | |
---|---|---|
client | 3 years ago | |
headers | 4 years ago | |
src | 3 years ago | |
test | 4 years ago | |
.gitignore | 4 years ago | |
AUTHORS | 5 years ago | |
CHANGES.md | 4 years ago | |
LICENSE | 5 years ago | |
Makefile | 4 years ago | |
README.md | 5 years ago | |
TODO.md | 4 years ago | |
dune-project | 4 years ago | |
inferno.opam | 4 years ago |
README.md
A library for constraint-based Hindley-Milner type inference.
This software is described in the ICFP 2014 paper Hindley-Milner elaboration in applicative style by François Pottier.
See also the ICFP 2014 slides.
At present, there is no documentation other than the above paper and slides.