Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/quasarbright/typeinferencetutorial
- Owner: quasarbright
- License: bsd-3-clause
- Created: 2021-01-26T08:08:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T08:00:21.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T07:42:14.339Z (3 months ago)
- Language: Haskell
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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.