Go to file
Olivier 90c0049a87 Merge Env and SVMap. 2022-01-25 14:37:52 +01:00
client Merge Env and SVMap. 2022-01-25 14:37:52 +01:00
headers Add a header to every source file. 2019-09-24 09:04:03 +02:00
src Merge Env and SVMap. 2022-01-25 14:37:52 +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. 2021-12-22 14:56:00 +01:00
LICENSE Authors & license. 2018-03-02 17:57:13 +01:00
Makefile Change [make test] to show how many terms and well-typed terms were tested. 2022-01-13 23:31:32 +01:00
README.md Link to the online documentation. 2021-12-22 14:22:15 +01:00
TODO.md Clean up and organize the TODO. 2022-01-14 00:12:50 +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.