IMDEA Software

Iniciativa IMDEA

Inicio > Eventos > Software Seminar Series > 2013 > Hoare-Style Reasoning with (Algebraic) Continuations
Esta página aún no ha sido traducida. A continuación se muestra la página en inglés.

Germán Delbianco

martes 7 de mayo de 2013

11:00am Meeting room 302 (Mountain View), level 3

Germán Delbianco, PhD Student, IMDEA Software Institute

Hoare-Style Reasoning with (Algebraic) Continuations

Abstract:

Continuations are programming abstractions that allow for manipulating the “future” of a computation. Amongst their many applications, they enable implementing unstructured program flow through higher-order control operators such as the callcc operator of your functional programming language of choice.

In this talk we present HTTcc, a Hoare-style logic for the verification of programs with higher-order control, in the presence of mutable dynamic state. This is done by designing a dependent type theory with first class callcc and abort operators, where pre- and postconditions of programs are tracked through dependent types. Our operators are algebraic in the sense of Plotkin and Power, to reduce the annotation burden and enable verification by symbolic evaluation.

As a roadmap for this talk, we illustrate working with HTTcc by means of the verification of a couple of non-trivial examples.