Skip to main content

Modularising inductive families

Hsiang−Shang Ko and Jeremy Gibbons

Abstract

Dependently typed programmers are encouraged to use inductive families to integrate constraints with data construction. Different constraints are used in different contexts, leading to different versions of datatypes for the same data structure. For example, sequences might be constrained by length or by an ordering on elements, giving rise to different datatypes “vectors” and “sorted lists” for the same underlying data structure of sequences. Modular implementation of common operations for these structurally similar datatypes has been a longstanding problem. We propose a datatype-generic solution, in which we axiomatise a family of isomorphisms between datatypes and their more refined versions as datatype refinements, and show that McBride’s ornaments can be translated into such refinements. With the ornament-induced refinements, relevant properties of the operations can be separately proven for each constraint, and after the programmer selects several constraints to impose on a basic datatype and synthesises a new datatype incorporating those constraints, the operations can be routinely upgraded to work with the synthesised datatype.

This is a heavily revised version of the paper with the same title previously published in WGP'11.

Supplementary material

The accompanying Agda code can be found here: a zip archive of the Agda source files or a syntax-highlighted, browsable HTML version.

Journal
Progress in Informatics
Number
10
Pages
65−88
Year
2013