mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-01 17:32:52 +03:00
AttrMap: docs tweak
This commit is contained in:
parent
a450b27212
commit
b60479253a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user