haskell-chart icon indicating copy to clipboard operation
haskell-chart copied to clipboard

Generalize setters to traversals

Open cblp opened this issue 5 years ago • 0 comments

This enables the following scenario:

    layout_all_font_styles `zoom` do
      font_name .= "Helvetica Neue"
      font_size .= 20

which doesn't compile with setters.

cblp avatar Jun 08 '20 16:06 cblp