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.
 
 
 
 
Go to file
Olivier 075dda1686
[WIP] Immutable equalities environment.
3 months ago
client [WIP] Add Use in ML. 3 months ago
headers Add a header to every source file. 4 years ago
src [WIP] Immutable equalities environment. 3 months ago
.gitignore Add [make versions]. 1 year ago
AUTHORS.txt Add Olivier and Gabriel among the authors. 1 year ago
CHANGES.md CHANGES entry on Solver errors 3 months ago
HACKING.md A small fix in HACKING.md. 1 year ago
LICENSE Authors & license. 5 years ago
Makefile Add ad hoc script doc.sh to help read the output of [make doc]. 1 year ago
README.md documentation for the test suite 1 year ago
TODO.md TODO. 1 year ago
doc.sh Add ad hoc script doc.sh to help read the output of [make doc]. 1 year ago
dune-project Add support for cram tests. 1 year ago
inferno-sample-client.opam Add a version constraint on Menhir (actually, MenhirLib). 1 year ago
inferno.opam Require unionFind 20220109. 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.