IMDEA Software

IMDEA initiative

Home > Events > Invited Talks > 2019 > Towards Semantic Type Soundness for Dependent Object Types and Scala with Logical Relations in Iris

Paolo Giarrusso

Friday, March 22, 2019

10:45am Lecture hall 1, level B

Paolo Giarrusso, Post-doctoral Researcher, EPFL, Switzerland

Towards Semantic Type Soundness for Dependent Object Types and Scala with Logical Relations in Iris

Abstract:

The metatheory of the Scala core type system (DOT), first established recently, is still hard to extend, like other systems combining subtyping and forms of dependent types. Soundness of important Scala features remains an open problem in theory and in practice.

To obtain a more extensible metatheory, in ongoing work we prove in Coq soundness of DOT semantically. This is challenging, because in DOT variables can be in scope in their own type, objects can define mutually recursive and impredicative type members, and can contain evidence of subtyping relations that must be sound. We address these challenges by novel applications of step-indexing, as supported by the Iris logic.

Our proof clarifies difficulties in past proofs; ongoing work on extensions, such as paths, appears encouraging.