Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gergoerdi/tandoori

Compositional type checking for Haskell
https://github.com/gergoerdi/tandoori

haskell type-system typechecker

Last synced: 3 months ago
JSON representation

Compositional type checking for Haskell

Awesome Lists containing this project

README

        

Tandoori: Compositional type checker for Haskell
================================================

Tandoori is an implementation of [Olaf Chitil's compositional type
system][comp], extended for supporting [type classes][class].
Illustration for my MSc thesis *Compositional Type Checking for
Hindley-Milner Type Systems with Ad-hoc Polymorphism*. See
for details, and
[this blog post][blog] for a short introduction.

[comp]: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.25.818
[class]: http://research.microsoft.com/en-us/um/people/simonpj/papers/classhask.ps.gz
[blog]: http://gergo.erdi.hu/blog/2010-10-23-the_case_for_compositional_type_checking/