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 2bb64df640
Add letrn combinator and rewrite the other let-combinators accordingly.
1 year ago
client Add letrn combinator and rewrite the other let-combinators accordingly. 1 year ago
headers Add a header to every source file. 4 years ago
src Add letrn combinator and rewrite the other let-combinators accordingly. 1 year ago
.gitignore Add [make versions]. 1 year ago
.gitlab-ci.yml continuous integration script for Gitlab 2 years ago
AUTHORS.txt Add Olivier and Gabriel among the authors. 1 year ago
CHANGES.md CHANGES. 1 year ago
LICENSE Authors & license. 5 years ago
Makefile Inline away all signatures in the documentation. 1 year ago
README.md Link to the online documentation. 1 year ago
TODO.md TODO. 1 year ago
dune-project Add support for cram tests. 1 year ago
inferno-sample-client.opam Add missing dependency of inferno-sample-client on inferno. 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.