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.
|
9 months ago | |
---|---|---|
client | 9 months 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 | |
HACKING.md | 1 year ago | |
LICENSE | 5 years ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
TODO.md | 1 year ago | |
doc.sh | 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.
See HACKING.md for some information on how to develop the Inferno codebase.