From 4f98154c4af973a62bdce7ebbeaaceef026b0a22 Mon Sep 17 00:00:00 2001 From: "l.mai" Date: Tue, 16 Oct 2007 18:29:20 +0200 Subject: reformat comments darcs-hash:20071016162920-42ea9-a654223f643fb796051198a25f7999a89d3ffe55 --- StackSet.hs | 6 +++--- 1 file 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 -- cgit v1.2.3