Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 296 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 296 Bytes

Infewence

A Rust implementation of Algorithm W, which is a type inference algorithm for the Hindley-Milner type-system. The main reference used was the Haskell implementation detailed in Algorithm W Step By Step