Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

pedroendm/Milner-s-type-inference-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Milner's type inference algorithm

Implemented in Haskell.

Compilation process

ghc -o main main.hs

Usage

To execute the program and the tests already there:

./main

About

Implementation of the Milner's type-inference algorithm, that given a term M (from the Lambda calculus), returns the principal typing of M.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors