Difference between revisions of "Blueprint"

From HaskellWiki
Jump to navigation Jump to search
(keep an old thread on Haskell-Cafe)
 
m (Reverted edits by Tomjaguarpaw (talk) to last revision by Lemming)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 15:19, 6 February 2021

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