Type checking a multithreaded functional language with session types

  • Authors:
  • Vasco T. Vasconcelos;Simon J. Gay;António Ravara

  • Affiliations:
  • Departamento de Informática, Faculdade de Ciências, Universidade de Lisboa, 1749-016 Lisboa, Portugal;Department of Computing Science, University of Glasgow, Glasgow G12 8QQ, UK;CLC and Departamento de Matemática, Instituto Superior Técnico, 1049-001 Lisboa, Portugal

  • Venue:
  • Theoretical Computer Science
  • Year:
  • 2006

Quantified Score

Hi-index 5.24

Visualization

Abstract

We define a language whose type system, incorporating session types, allows complex protocols to be specified by types and verified by static type checking. A session type, associated with a communication channel, specifies the state transitions of a protocol and also the data types of messages associated with transitions; thus type checking can verify both correctness of individual messages and correctness of sequences of transitions. Previously, session types have mainly been studied in the context of the @p-calculus; instead, our formulation is based on a multithreaded functional language with side-effecting input/output operations. Our typing judgements statically describe dynamic changes in the types of channels, and our function types not only specify argument and result types but also describe changes in channels. We formalize the syntax, semantics and type checking system of our language, and prove subject reduction and runtime type safety theorems.