🤖 AI Summary
This paper addresses the limitation of multiparty session types (MPST) in modeling distributed protocols featuring replication, competition, and infinite behavior. We propose MPST!, the first MPST system supporting type-level replication (!T) and first-class roles. Unlike conventional MPST—relying solely on recursion—MPST! internalizes replication at the type level, rigorously proving its non-equivalence to recursion. It uniformly supports context-free, mutually exclusive, and race-sensitive protocols, lifting expressive power to the super-regular level. Built upon π-calculus theory, MPST! ensures decidable type checking. Experimental evaluation demonstrates successful modeling of binary-tree serialization, the dining philosophers problem, and auction protocols. MPST! thus provides enhanced behavioral specification capabilities for high-assurance distributed systems.
📝 Abstract
Replication is an alternative construct to recursion for describing infinite behaviours in the pi-calculus. In this paper we explore the implications of including type-level replication in Multiparty Session Types (MPST), a behavioural type theory for message-passing programs. We introduce MPST!, a session-typed multiparty process calculus with replication and first-class roles. We show that replication is not an equivalent alternative to recursion in MPST, and that using both replication and recursion in one type system in fact allows us to express both context-free protocols and protocols that support mutual exclusion and races. We demonstrate the expressiveness of MPST! on examples including binary tree serialisation, dining philosophers, and a model of an auction, and explore the implications of replication on the decidability of typechecking.