Go to file
François Pottier dab8f14242 CHANGES. 2022-02-04 19:13:03 +01:00
client Rename [witness] to [decode]. 2022-02-04 19:10:25 +01:00
headers Add a header to every source file. 2019-09-24 09:04:03 +02:00
src Remove [instance_]. 2022-02-04 19:12:30 +01: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. 2022-02-04 19:13:03 +01:00
LICENSE Authors & license. 2018-03-02 17:57:13 +01:00
Makefile Makefile: fix 'make quick' 2022-02-01 14:20:41 +01:00
README.md Link to the online documentation. 2021-12-22 14:22:15 +01:00
TODO.md TODO. 2022-02-01 09:45:39 +01: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 Require unionFind 20220109. 2022-01-09 17:05:29 +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.