AttrMap: docs tweak

This commit is contained in:
Jonathan Daugherty 2022-02-02 21:46:10 -08:00
parent a450b27212
commit b60479253a

View File

@ -106,7 +106,7 @@ attrMap :: Attr
attrMap theDefault pairs = AttrMap theDefault (M.fromList pairs)
-- | Create an attribute map in which all lookups map to the same
-- attribute.
-- attribute. This is functionally equivalent to @AttrMap attr []@.
forceAttrMap :: Attr -> AttrMap
forceAttrMap = ForceAttr