Blueprint

From HaskellWiki
Revision as of 00:14, 1 February 2009 by Lemming (talk | contribs) (keep an old thread on Haskell-Cafe)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The goal of the blueprint technique is to allow reading a data structure like Data.Map while constructing it. The idea is to separate the structure from the contained data. It is discussed at length in