Litcius/Paper detail

Effects, capabilities, and boxes: from scope-based reasoning to type-based reasoning and back

Jonathan Immanuel Brachthäuser, Philipp Schuster, Edward Lee, Aleksander Boruch-Gruszecki

2022Proceedings of the ACM on Programming Languages24 citationsDOIOpen Access PDF

Abstract

Reasoning about the use of external resources is an important aspect of many practical applications. Effect systems enable tracking such information in types, but at the cost of complicating signatures of common functions. Capabilities coupled with escape analysis offer safety and natural signatures, but are often overly coarse grained and restrictive. We present System C, which builds on and generalizes ideas from type-based escape analysis and demonstrates that capabilities and effects can be reconciled harmoniously. By assuming that all functions are second class, we can admit natural signatures for many common programs. By introducing a notion of boxed values, we can lift the restrictions of second-class values at the cost of needing to track degree-of-impurity information in types. The system we present is expressive enough to support effect handlers in full capacity. We practically evaluate System C in an implementation and prove its soundness.

Topics & Concepts

SoundnessComputer scienceLift (data mining)Class (philosophy)Scope (computer science)Type (biology)Artificial intelligenceProgramming languageData miningBiologyEcologyLogic, programming, and type systemsSoftware Engineering ResearchSecurity and Verification in Computing
Effects, capabilities, and boxes: from scope-based reasoning to type-based reasoning and back | Litcius