Fix attr haddocks to show actual code and not references.

This commit is contained in:
Kevin Quick 2022-10-12 16:19:25 -07:00
parent 1bf099f69f
commit 15c783ed47
No known key found for this signature in database
GPG Key ID: E6D7733599CC0A21

View File

@ -886,7 +886,7 @@ setAvailableSize (w, h) p =
-- , withAttr "highlight" (str b)
-- ]
--
-- render1 = renderA ("Brick", "fun")
-- render1 = renderA (\"Brick\", "fun")
-- render2 = withAttr "warning" render1
-- @
--
@ -930,7 +930,7 @@ modifyDefAttr f p =
-- , str " is "
-- , withAttr "highlight" (str b) ]
--
-- render1 = renderA ("Brick", "fun")
-- render1 = renderA (\"Brick\", "fun")
-- render2 = withDefAttr "warning" render1
-- @
--