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

https://github.com/maeln/lambdahindleymilner

Java implementation of Hindley Milner type inference algorithm for lambda calculus.
https://github.com/maeln/lambdahindleymilner

hindley-milner imt-atlantique inference-algorithm lambda-calculus

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/EmrysMyrddin).