BOB ATKEY

Refining Inductive Types

Publication Information

Robert Atkey, Patricia Johann, and Neil Ghani. Refining Inductive Types. Logical Methods in Computer Science 7(2:9). 2012.
DOI: 10.2168/LMCS-8(2:9)2012

Abstract

Dependently typed programming languages allow sophisticated properties of data to be expressed within the type system. Of particular use in dependently typed programming are indexed types that refine data by computationally useful information. For example, the ℕ-indexed type of vectors refines lists by their lengths. Other data types may be refined in similar ways, but programmers must produce purpose-specific refinements on an ad hoc basis, developers must anticipate which refinements to include in libraries, and implementations must often store redundant information about data and their refinements. In this paper we show how to generically derive inductive characterisations of refinements of inductive types, and argue that these characterisations can alleviate some of the aforementioned difficulties associated with ad hoc refinements. Our characterisations also ensure that standard techniques for programming with and reasoning about inductive types are applicable to refinements, and that refinements can themselves be further refined.

Additional Information

This paper is a revised and expanded version of the FoSSaCS 2011 conference paper "When is a Type Refinement an Inductive Type?". Additional explanations have been provided throughout, examples have been expanded, and some of the material has been reordered for clarity. Section 2.2, which explains in more detail the connection between initial algebras and the indexed inductive types present in systems such as Agda 2, is entirely new. Section 7, which discusses the connection between refinement by zygomorphisms and indexed inductive-recursive definitions, is also completely new, and represents significant further development of our basic refinement technique.