diff options
author | l.mai <l.mai@web.de> | 2007-10-16 18:29:20 +0200 |
---|---|---|
committer | l.mai <l.mai@web.de> | 2007-10-16 18:29:20 +0200 |
commit | 4f98154c4af973a62bdce7ebbeaaceef026b0a22 (patch) | |
tree | 5ee7d03c6dca83e31b0e20f5b8b9283e92aedc18 | |
parent | 7ddea4eb993976f036bcd4a4b9a340fd71ef004a (diff) | |
download | metatile-4f98154c4af973a62bdce7ebbeaaceef026b0a22.tar metatile-4f98154c4af973a62bdce7ebbeaaceef026b0a22.zip |
reformat comments
darcs-hash:20071016162920-42ea9-a654223f643fb796051198a25f7999a89d3ffe55
-rw-r--r-- | StackSet.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/StackSet.hs b/StackSet.hs index 8edee8c..90609ee 100644 --- a/StackSet.hs +++ b/StackSet.hs @@ -356,7 +356,7 @@ index = with [] integrate -- /O(1), O(w) on the wrapping case/. -- -- focusUp, focusDown. Move the window focus up or down the stack, --- wrapping if we reach the end. The wrapping should model a -- 'cycle' +-- wrapping if we reach the end. The wrapping should model a 'cycle' -- on the current stack. The 'master' window, and window order, -- are unaffected by movement of focus. -- @@ -536,8 +536,8 @@ focusMaster = modify' $ \c -> case c of -- | /O(w)/. shift. Move the focused element of the current stack to stack -- 'n', leaving it as the focused element on that stack. The item is --- inserted above the currently focused element on that workspace. -- --- The actual focused workspace doesn't change. If there is -- no +-- inserted above the currently focused element on that workspace. +-- The actual focused workspace doesn't change. If there is no -- element on the current stack, the original stackSet is returned. -- shift :: (Ord a, Eq s, Eq i) => i -> StackSet i l a s sd -> StackSet i l a s sd |