English

Complete and Easy Bidirectional Typechecking for Higher-Rank Polymorphism

Programming Languages 2020-08-25 v2

Abstract

Bidirectional typechecking, in which terms either synthesize a type or are checked against a known type, has become popular for its scalability (unlike Damas-Milner type inference, bidirectional typing remains decidable even for very expressive type systems), its error reporting, and its relative ease of implementation. Following design principles from proof theory, bidirectional typing can be applied to many type constructs. The principles underlying a bidirectional approach to polymorphism, however, are less obvious. We give a declarative, bidirectional account of higher-rank polymorphism, grounded in proof theory; this calculus enjoys many properties such as eta-reduction and predictability of annotations. We give an algorithm for implementing the declarative system; our algorithm is remarkably simple and well-behaved, despite being both sound and complete.

Keywords

Cite

@article{arxiv.1306.6032,
  title  = {Complete and Easy Bidirectional Typechecking for Higher-Rank Polymorphism},
  author = {Jana Dunfield and Neelakantan R. Krishnaswami},
  journal= {arXiv preprint arXiv:1306.6032},
  year   = {2020}
}

Comments

13 pages + 78-page appendix, to appear in International Conference on Functional Programming (ICFP) 2013

R2 v1 2026-06-22T00:40:10.442Z