From 5f9c4b3bfc270545b9e1a694afe28ecc5561f230 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Fri, 28 Sep 2007 00:27:30 +0200 Subject: Update kind changes in the -class branch darcs-hash:20070927222730-a5988-ffed7a66f2fbb4cb244123718c803f4fe4df074b.gz --- StackSet.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StackSet.hs') diff --git a/StackSet.hs b/StackSet.hs index 23b9936..b1b156a 100644 --- a/StackSet.hs +++ b/StackSet.hs @@ -495,7 +495,7 @@ swapMaster = modify' $ \c -> case c of -- natural! keep focus, move current to the top, move top to current. -- | /O(s)/. Set focus to the master window. -focusMaster :: StackSet i a s sd -> StackSet i a s sd +focusMaster :: StackSet i l a s sd -> StackSet i l a s sd focusMaster = modify' $ \c -> case c of Stack _ [] _ -> c Stack t ls rs -> Stack x [] (xs ++ t : rs) where (x:xs) = reverse ls -- cgit v1.2.3