Inproceedings,

True Sums of Products

, and .
Proceedings of the 10th ACM SIGPLAN Workshop on Generic Programming, page 83--94. New York, NY, USA, ACM, (2014)
DOI: 10.1145/2633628.2633634

Abstract

We introduce the sum-of-products (SOP) view for datatype-generic programming (in Haskell). While many of the libraries that are commonly in use today represent datatypes as arbitrary combinations of binary sums and products, SOP reflects the structure of datatypes more faithfully: each datatype is a single n-ary sum, where each component of the sum is a single n-ary product. This representation turns out to be expressible accurately in GHC with today's extensions. The resulting list-like structure of datatypes allows for the definition of powerful high-level traversal combinators, which in turn encourage the definition of generic functions in a compositional and concise style. A major plus of the SOP view is that it allows to separate function-specific metadata from the main structural representation and recombining this information later.

Tags

Users

  • @alexv
  • @gdmcbain

Comments and Reviews