From ebcd67eface8ace4a7b8f99eed1ac8b8f1b8edec Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Mon, 28 Mar 2011 00:19:30 +0000 Subject: [PATCH] Correct misleading documentation on Stack (thanks sdrodge) `Possibly empty' applies only to `Maybe (Stack a)', not `Stack a' described there, so this is easier to understand. --- XMonad/StackSet.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/StackSet.hs b/XMonad/StackSet.hs index 72c3edd..a7e9f6b 100644 --- a/XMonad/StackSet.hs +++ b/XMonad/StackSet.hs @@ -155,7 +155,7 @@ data RationalRect = RationalRect Rational Rational Rational Rational deriving (Show, Read, Eq) -- | --- A stack is a cursor onto a (possibly empty) window list. +-- A stack is a cursor onto a window list. -- The data structure tracks focus by construction, and -- the master window is by convention the top-most item. -- Focus operations will not reorder the list that results from