/inferno

Mirrored from https://gitlab.inria.fr/fpottier/inferno

Primary LanguageOCamlMIT LicenseMIT

FreezeML(X) fork

Compile and run with:

make && OCAMLRUNPARAM=b _build/default/client/Main.exe

Original readme

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 documentation other than the above paper and slides.