An open API service indexing awesome lists of open source software.

https://github.com/dwarfmaster/inferno

Mirror of https://gitlab.inria.fr/fpottier/inferno adding nix flakes
https://github.com/dwarfmaster/inferno

Last synced: about 1 year ago
JSON representation

Mirror of https://gitlab.inria.fr/fpottier/inferno adding nix flakes

Awesome Lists containing this project

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](http://gallium.inria.fr/~fpottier/publis/fpottier-elaboration.pdf)
by François Pottier.

See also the ICFP 2014 [slides](http://gallium.inria.fr/~fpottier/slides/fpottier-2014-09-icfp.pdf).

At present, there is no documentation other than the above paper and slides.