Conference Programme
FSCD Business Meeting
Verified compilers are typically proved correct under severe restrictions on what the compiler's output may be linked with, from no linking at all to linking only with code compiled from the same source language. Such assumptions contradict the reality of how we use these compilers since most software systems today are comprised of components written in different languages compiled by different compilers to a common target, as well as low-level libraries that may be handwritten in the target language. The key challenge in verifying compilers for today's world of multi-language software is how to formally state a compiler correctness theorem that is compositional along two dimensions. First, the theorem must guarantee correct compilation of components while allowing compiled code to be composed (linked) with target-language components of arbitrary provenance, including those compiled from other languages. Second, the theorem must support verification of multi-pass compilers by composing correctness proofs for individual passes. In this talk, I will describe a methodology for verifying compositional compiler correctness for a higher-order typed language and discuss the challenges that lie ahead. I will argue that compositional compiler correctness is, in essence, a language interoperability problem: for viable solutions in the long term, we need "economical" means of specifying interoperability between high-level and low-level components, and between more precisely and less precisely typed code.
STRONG NORMALIZATION and CONFLUENCE
LOGICS and PROOF THEORY
CATEGORY THEORY and ALGEBRA
FSCD Business Meeting
This talk reports on some recent work on the analysis of both functional correctness and amortized complexity of a number of classical data structures in a functional setting. First we will present an approach to the automatic verification of search tree algorithms. The key idea here is to base the verification on the list resulting from the inorder traversal of a search tree. The functional correctness of a number of classical search trees (e.g. AVL trees, red-black trees and splay trees) could be verified automatically in this manner (including the search tree invariant but excluding further structural invariants). Then we will present a framework for the interactive verification of the amortized complexity of functional data structures and show how it can be applied to a number of classical heap and search tree algorithms.
TECNHIQUES
SEMANTICS and MODELS
UNIFICATION
FSCD Business Meeting
Girard's geometry of interaction (GoI) can be seen as a compositional compilation method from functional programs to sequential machines, where tokens move around and express interactions between (parts of) programs. Intrigued by the combination of abstract theory and concrete dynamics in GoI, our line of work (withNaohiko Hoshino, Koko Muroya and Toshiki Kataoka) has aimed at exploiting, in GoI, results from the theory of coalgebra---a categorical abstraction of state-based transition systems that has found its use principally in concurrency theory. Such reinforced connection between higher-order computation and state-based dynamics is made possible thanks to an elegant categorical axiomatization of GoI by Abramsky, Haghverdi and Scott, where traced monoidal categories are identified to be essential in modeling interaction. In the talk I shall lay out these basic ideas, together with some of our results on: GoI semantics for a quantum programming language; and extension of GoI with algebraic effects.
REWRITING
TYPE THEORY
FSCD Business Meeting
The talk will describe experiments in teaching fundamental informatics notions around mathematical structures for formal concepts, and effective algorithms to manipulate them. The major themes of lambda-calculus and type theory served as guides for the effective implementation of functional programming languages and higher-order proof assistants, appropriate for reflecting the theoretical material into effective tools to represent constructively the concepts and formally certify the proofs of their properties. Progressively, a literate programming and proving style replaced informal mathematics in the presentation of the material as executable course notes. The talk will evoke the various stages of (in)completion of the corresponding set of notes along the years, and tell how their elaboration proved to be essential to the discovery of fundamental results.
PROOF NETS and GRAPHS
FSCD Business Meeting
- Chair: Luke Ong
- PC CoChairs: Delia Kesner and Brigitte Pientka
- Chair: Sandra Alves
- PC Chair: Dale Miller
- Conference Chair: Sam Staton
- Brief progress report: Luke Ong
- Luke Ong