Blueprint

From HaskellWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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