Hostname: page-component-77c78cf97d-lphnv Total loading time: 0 Render date: 2026-04-24T09:06:24.408Z Has data issue: false hasContentIssue false

A pattern for almost compositional functions

Published online by Cambridge University Press:  02 September 2008

BJÖRN BRINGERT
Affiliation:
Department of Computer Science and Engineering, Chalmers University of Technology and University of Gothenburg SE-412 96, Göteborg, Sweden (e-mail: bringert@chalmers.se, aarne@chalmers.se)
AARNE RANTA
Affiliation:
Department of Computer Science and Engineering, Chalmers University of Technology and University of Gothenburg SE-412 96, Göteborg, Sweden (e-mail: bringert@chalmers.se, aarne@chalmers.se)
Rights & Permissions [Opens in a new window]

Abstract

Core share and HTML view are not available for this content. However, as you have access to this content, a full PDF is available via the 'Save PDF' action button.

This paper introduces a pattern for almost compositional functions over recursive data types, and over families of mutually recursive data types. Here “almost compositional” means that for all of the constructors in the type(s), except a limited number of them, the result of the function depends only on the constructor and the results of calling the function on the constructor's arguments. The pattern consists of a generic part constructed once for each data type or family of data types, and a task-specific part. The generic part contains the code for the predictable compositional cases, leaving the interesting work to the task-specific part. Examples of the pattern are given, implemented in dependent type theory with inductive families, in Haskell with generalized algebraic data types and rank-2 polymorphism, and in Java using a variant of the Visitor design pattern. The relationships to the “Scrap Your Boilerplate” approach to generic programming, and to general tree types in dependent type theory, are investigated by reimplementing our operations using those frameworks.

Information

Type
Articles
Copyright
Copyright © Cambridge University Press 2008
Submit a response

Discussions

No Discussions have been published for this article.