Bidirectional typing

ACM Computing Surveys, 10.1145/3450952 (arXiv:1908.05839 [cs.PL])

Jana Dunfield and Neel Krishnaswami

Abstract

Bidirectional typing combines two modes of typing: type checking, which checks that a program satisfies a known type, and type synthesis, which determines a type from the program. Using checking enables bidirectional typing to support features for which inference is undecidable; using synthesis enables bidirectional typing to avoid the large annotation burden of explicitly typed languages. In addition, bidirectional typing improves error locality. We highlight the design principles that underlie bidirectional type systems, survey the development of bidirectional typing from the prehistoric period before Pierce and Turner's local type inference to the present day, and provide guidance for future investigations.

Accepted version (April 2021)

BibTeX entry

  @Article{Dunfield21:bidir-survey,
    author =  {Jana Dunfield and Neel Krishnaswami},
    title =   {Bidirectional Typing},
    journal = {ACM Comput. Surv.},
    year =    {2021},
    volume =  {54},
    number =  {5},
    url =     {https://doi.org/10.1145/3450952},
    OPTnote = {\url{arXiv:1908.05839 [cs.PL]}}
  }
  

all papers
J. Dunfield