mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-04 22:21:56 -07:00
Fix haddock comment
This commit is contained in:
@@ -414,7 +414,7 @@ renameTag o n = mapWorkspace rename
|
|||||||
where rename w = if tag w == o then w { tag = n } else w
|
where rename w = if tag w == o then w { tag = n } else w
|
||||||
|
|
||||||
-- | Ensure that a given set of workspace tags is present by renaming
|
-- | Ensure that a given set of workspace tags is present by renaming
|
||||||
-- existing workspaces and/or creating new hidden workspaces as
|
-- existing workspaces and\/or creating new hidden workspaces as
|
||||||
-- necessary.
|
-- necessary.
|
||||||
ensureTags :: Eq i => l -> [i] -> StackSet i l a s sd -> StackSet i l a s sd
|
ensureTags :: Eq i => l -> [i] -> StackSet i l a s sd -> StackSet i l a s sd
|
||||||
ensureTags l allt st = et allt (map tag (workspaces st) \\ allt) st
|
ensureTags l allt st = et allt (map tag (workspaces st) \\ allt) st
|
||||||
|
Reference in New Issue
Block a user