-
Notifications
You must be signed in to change notification settings - Fork 6
Abstracts.2020.STLC&Subtyping
Fabian edited this page Dec 10, 2020
·
4 revisions
by Sandro Stucki
(TBA)
(TBA)
- Benjamin C. Pierce: Types and Programming Languages. 2002. This is the definitive guide to type systems. Chapters 15 Subtyping and 16 Metatheory of Subtyping in section III Subtyping are especially relevant.
- Wikipedia: Simply Typed Lambda Calculus. Section Alternative Syntaxes contains a short but intuitive presentation of bidirectional type checking.
- Conor McBride: I Got Plenty o' Nuttin'. 2016. This more advanced treatment of bidirectional type checking covers dependent types and much more. Also available from Conor's website here.