Projects per year
Abstract
Programming with dependent types is a blessing and a curse. It is a blessing to be able to bake invariants into the definition of datatypes: we can finally write correct-by-construction software. However, this extreme accuracy is also a curse: a datatype is the combination of a structuring medium together with a special purpose logic. These domain-specific logics hamper any effort of code reuse among similarly structured data. In this paper, we exorcise our datatypes by adapting the notion of ornament to our universe of inductive families. We then show how code reuse can be achieved by ornamenting functions. Using these functional ornaments, we capture the relationship between functions such as the addition of natural numbers and the concatenation of lists. With this knowledge, we demonstrate how the implementation of the former informs the implementation of the latter: the user can ask the definition of addition to be lifted to lists and she will only be asked the details necessary to carry on adding lists rather than numbers. Our presentation is formalised in a type theory with a universe of datatypes and all our constructions have been implemented as generic programs, requiring no extension to the type theory.
Original language | English |
---|---|
Title of host publication | ICFP '12 Proceedings of the 17th ACM SIGPLAN international conference on Functional programming |
Place of Publication | New York |
Pages | 104-113 |
Number of pages | 10 |
DOIs | |
Publication status | Published - 2012 |
Keywords
- dependent types
- ornaments
- functions
- domain-specific logics
- transporting functions
Fingerprint
Dive into the research topics of 'Transporting functions across ornaments'. Together they form a unique fingerprint.Projects
- 1 Finished
-
Reusability and Dependent Types
Ghani, N. (Principal Investigator) & McBride, C. (Co-investigator)
EPSRC (Engineering and Physical Sciences Research Council)
1/10/09 → 30/09/13
Project: Research