A Theory of Substructural Types and Control

Jesse A. Tov and Riccardo Pucella

In Proc. 26th ACM Conference on Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA’11), Oct. 2011.

Exceptions are invaluable for structured error handling in high-level languages, but they are at odds with linear types. More generally, control effects may delete or duplicate portions of the stack, which, if we are not careful, can invalidate all substructural usage guarantees for values on the stack. We have developed a type-and-effect system that tracks control effects and ensures that values on the stack are never wrongly duplicated or dropped. We present the system first with abstract control effects and prove its soundness. We then give examples of three instantiations with particular control effects, including exceptions and delimited continuations, and show that they meet the soundness criteria for specific control effects.