Go to file
Olivier 4ff51e7901 Add support for cram tests. 2022-01-06 17:56:30 +01:00
client Add support for cram tests. 2022-01-06 17:56:30 +01:00
headers
src Publish [Utils.gensym] and hide [postincrement]. 2022-01-06 16:20:49 +01:00
test Add [make test], which runs the UnionFind benchmark. 2019-09-24 09:15:49 +02:00
.gitignore Add [make versions]. 2021-12-22 13:55:18 +01:00
.gitlab-ci.yml continuous integration script for Gitlab 2021-04-20 16:59:35 +02:00
AUTHORS.txt Add Olivier and Gabriel among the authors. 2021-12-22 14:01:49 +01:00
CHANGES.md CHANGES. 2021-12-22 14:56:00 +01:00
LICENSE
Makefile Add [make doc], [make view], [make export]. 2021-12-22 14:22:52 +01:00
README.md Link to the online documentation. 2021-12-22 14:22:15 +01:00
TODO.md functorize the Unifier over the type of ranks 2021-04-27 21:05:07 +02:00
dune-project Add support for cram tests. 2022-01-06 17:56:30 +01:00
inferno-sample-client.opam Add missing dependency of inferno-sample-client on inferno. 2021-12-22 15:12:24 +01:00
inferno.opam Add ranges in ML terms. 2022-01-05 12:56:11 +01:00

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.