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.
|
1 year ago | |
---|---|---|
client | 1 year ago | |
headers | 4 years ago | |
src | 1 year ago | |
.gitignore | 1 year ago | |
.gitlab-ci.yml | 2 years ago | |
AUTHORS.txt | 1 year ago | |
CHANGES.md | 1 year ago | |
LICENSE | 5 years ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
TODO.md | 1 year ago | |
dune-project | 1 year ago | |
inferno-sample-client.opam | 1 year ago | |
inferno.opam | 1 year 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 manual, but the API of the latest released version is online.