English

Polarized Subtyping

Programming Languages 2022-01-27 v1 Logic in Computer Science

Abstract

Polarization of types in call-by-push-value naturally leads to the separation of inductively defined observable values (classified by positive types), and coinductively defined computations (classified by negative types), with adjoint modalities mediating between them. Taking this separation as a starting point, we develop a semantic characterization of typing with step indexing to capture observation depth of recursive computations. This semantics justifies a rich set of subtyping rules for an equirecursive variant of call-by-push-value, including variant and lazy records. We further present a bidirectional syntactic typing system for both values and computations that elegantly and pragmatically circumvents difficulties of type inference in the presence of width and depth subtyping for variant and lazy records. We demonstrate the flexibility of our system by systematically deriving related systems of subtyping for (a) isorecursive types, (b) call-by-name, and (c) call-by-value, all using a structural rather than a nominal interpretation of types.

Keywords

Cite

@article{arxiv.2201.10998,
  title  = {Polarized Subtyping},
  author = {Zeeshan Lakhani and Ankush Das and Henry DeYoung and Andreia Mordido and Frank Pfenning},
  journal= {arXiv preprint arXiv:2201.10998},
  year   = {2022}
}

Comments

54 pages, 8 figures, to be published in the European Symposium on Programming (2022)

R2 v1 2026-06-24T09:03:51.672Z