Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adamgundry/type-inference

Unification and type inference algorithms
https://github.com/adamgundry/type-inference

Last synced: 8 days ago
JSON representation

Unification and type inference algorithms

Awesome Lists containing this project

README

        

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/