Formalizing Soundness of Contextual Effects

TitleFormalizing Soundness of Contextual Effects
Publication TypeBook Chapters
Year of Publication2008
AuthorsPratikakis P, Foster JS, Hicks MW, Neamtiu I
EditorMohamed O, Muñoz C, Tahar S
Book TitleTheorem Proving in Higher Order LogicsTheorem Proving in Higher Order Logics
Series TitleLecture Notes in Computer Science
Volume5170
Pagination262 - 277
PublisherSpringer Berlin / Heidelberg
ISBN Number978-3-540-71065-3
Abstract

A contextual effect system generalizes standard type and effect systems: where a standard effect system computes the effect of an expression e , a contextual effect system additionally computes the prior and future effect of e , which characterize the behavior of computation prior to and following, respectively, the evaluation of e . This paper describes the formalization and proof of soundness of contextual effects, which we mechanized using the Coq proof assistant. Contextual effect soundness is an unusual property because the prior and future effect of a term e depends not on e itself (or its evaluation), but rather on the evaluation of the context in which e appears. Therefore, to state and prove soundness we must “match up” a subterm in the original typing derivation with the possibly-many evaluations of that subterm during the evaluation of the program, in a way that is robust under substitution. We do this using a novel typed operational semantics. We conjecture that our approach could prove useful for reasoning about other properties of derivations that rely on the context in which that derivation appears.

URLhttp://dx.doi.org/10.1007/978-3-540-71067-7_22