/typing-bibliography

A collection of papers related to type checking and type inference.

Typing bibliography

A collection of research papers and other resources related to type checking and inference.

Related: Effects bibliography. If you're interested in adding a paper with type checking and inference for effects, consider submitting a PR to the Effects bibliography instead.

Instructions

Software

  • PL Zoo: The Programming Languages Zoo is a collection of miniature programming languages which demonstrates various concepts and techniques used in programming language design and implementation. For type systems, both checking and inference are covered, along with features like subtyping, parametric polymorphism and more.
    by Andrej Bauer and Matija Pretnar
    (website, code)

Papers