S4 modal sequent calculus as intermediate logic and intermediate language
Jean Caspar, Guillaume Munch-Maccagnoni
TL;DR
The paper links CPS-based intermediate languages to intermediate logics, particularly showing that second-class continuations correspond to a modal logic $S4$ with a restriction to modal-returns. It then develops a polarised sequent calculus $\mathbf{L}^{\Box}_{pol}$ for classical $S4$, along with a three-polarity type system and a machine-like semantics that separates a heap for modal values from a stack, enabling stackability analyses. The authors prove correctness properties such as progress, subject reduction, and strong normalization by translating to a known system $\mathrm{LJ}^{\eta}_p$, establishing a principled bridge between CPS translations, modal logic, and compiler intermediates. The approach provides a theoretically grounded framework for preserving stackability and efficient compilation during program transformations in intermediate representations.
Abstract
In this short paper, we advocate for the idea that continuation-based intermediate languages correspond to intermediate logics. The goal of intermediate languages is to serve as a basis for compiler intermediate representations, allowing to represent expressive program transformations for optimisation and compilation, while preserving the properties that make programs compilable efficiently in the first place, such as the "stackability" of continuations. Intermediate logics are logics between intuitionistic and classical logic in terms of provability. Second-class continuations used in CPS-based intermediate languages correspond to a classical modal logic S4 with the added restriction that implications may only return modal types. This indeed corresponds to an intermediate logic, owing to the Gödel-McKinsey-Tarski theorem which states the intuitionistic nature of the modal fragment of S4. We introduce a three-kinded polarised sequent calculus for S4, together with an operational machine model that separates a heap from a stack. With this model we study a stackability property for the modal fragment of S4.
