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

Metamorphisms: Streaming Representation−Changers

Jeremy Gibbons

Abstract

Unfolds generate data structures, and folds consume them. A hylomorphism is a fold after an unfold, generating then consuming a virtual data structure. A metamorphism is the opposite composition, an unfold after a fold; typically, it will convert from one data representation to another. In general, metamorphisms are less interesting than hylomorphisms: there is no automatic fusion to deforest the intermediate virtual data structure. However, under certain conditions fusion is possible: some of the work of the unfold can be done before all of the work of the fold is complete. This permits streaming metamorphisms, and among other things allows conversion of infinite data representations. We present the theory of metamorphisms and outline some examples.

Details

Journal

Science of Computer Programming

Number

2

Pages

108−139

Volume

65

Year

2007

Links

BibTeX

Link (pdf)

DOI (10.1016/j.scico.2006.01.006)

Related pages

People

Projects

Activities