adamgundry / type-inference

Unification and type inference algorithms

Home Page:http://adam.gundry.co.uk/pub/thesis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

type-inference

This package contains literate Haskell implementations of three unification algorithms (for the free theory, abelian groups and higher-order pattern unification) and two type inference algorithms (for the Hindley-Milner type system and Kennedy-style units of measure). It accompanies the Ph.D. thesis "Type Inference, Haskell and Dependent Types" by Adam Gundry.

http://adam.gundry.co.uk/

About

Unification and type inference algorithms

http://adam.gundry.co.uk/pub/thesis/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%