From 6edae7119ba157c4b9cc2a646896720f6788c091 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Mon, 28 Mar 2011 02:19:30 +0200 Subject: Correct misleading documentation on Stack (thanks sdrodge) Ignore-this: 518574016a9c15a741acdb6d2fa2e870 `Possibly empty' applies only to `Maybe (Stack a)', not `Stack a' described there, so this is easier to understand. darcs-hash:20110328001930-1499c-576faa6870919b21b02f5e6f16e413a2c197a3d5 --- 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 -- cgit v1.2.3