Abstract
Session types—a family of type systems for message-passing concurrency—have been subject to many extensions, where each extension comes with a separate proof of type safety. These extensions cannot be readily combined, and their proofs of type safety are generally not machine checked, making their correctness less trustworthy. We overcome these shortcomings with a semantic approach to binary asynchronous affine session types, by developing a logical relations model in Coq using the Iris program logic. We demonstrate the power of our approach by combining various forms of polymorphism and recursion, asynchronous subtyping, references, and locks/mutexes. As an additional benefit of the semantic approach, we demonstrate how to manually prove typing judgements of racy, but safe, programs that cannot be type checked using only the rules of the type system.
Original language | English |
---|---|
Title of host publication | CPP 2021: Proceedings of the 10th ACM SIGPLAN International Conference on Certified Programs and Proofs |
Publisher | Association for Computing Machinery |
Publication date | 2021 |
Pages | 178–198 |
DOIs | |
Publication status | Published - 2021 |
Keywords
- Message passing
- Session types
- Separation logic
- Semantic typing
- Iris
- Coq