Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quasarbright/typeinferencetutorial

The code for part 2 of my type inference tutorial
https://github.com/quasarbright/typeinferencetutorial

Last synced: 26 days ago
JSON representation

The code for part 2 of my type inference tutorial

Awesome Lists containing this project

README

        

# TypeInferenceTutorial

This code is tutorial code for implementing Algorithm J type inference in Haskell.
It is part of a blog series I'm doing on implementing type inference.