University of Oxford Logo University of OxfordDepartment of Computer Science - Home

Algebra of Programming in Agda: Dependent Types for Relational Program Derivation

Shin−Cheng Mu‚ Hsiang−Shang Ko and Patrik Jansson

Abstract

Relational program derivation is the technique of stepwise refining a relational specification to a program by algebraic rules. The program thus obtained is correct by construction. Meanwhile, dependent type theory is rich enough to express various correctness properties to be verified by the type checker. We have developed a library, AoPA, to encode relational derivations in the dependently typed programming language Agda. A program is coupled with an algebraic derivation whose correctness is guaranteed by the type system. Two non-trivial examples are presented: an optimisation problem, and a derivation of quicksort where well-founded recursion is used to model terminating hylomorphisms in a language with inductive types.

Details

Journal

Journal of Functional Programming

Month

September

Number

5

Pages

545−579

Volume

19

Year

2009

Links

BibTeX

Link

Related pages

People