Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 346 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 346 Bytes

Type Checking Algorithms

Some type checking algorithms I implemented while working through Types and Programming Languages.

Mostly just Haskell translations of the type systems in the text and their respective OCaml implementations on the website.