Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 264 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 264 Bytes

Hindley - Milner in Java

Java implementation of Hindley Milner type inference algorithm for lambda calculus.

Compile

mvn clean compile assembly:single

Note:

Most of the implementation was done by Valentin Cocaud.