From bb19e4935ecd3b9537c2a663a9637395aa5b5f9a Mon Sep 17 00:00:00 2001 From: Devin Mullins Date: Wed, 24 Oct 2007 14:54:48 +0200 Subject: oops, add period darcs-hash:20071024125448-78224-8f75df565e6aa5f8d709f24f7d30a5a7622e354e.gz --- Invisible.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Invisible.hs') diff --git a/Invisible.hs b/Invisible.hs index 110128d..5ee9c25 100644 --- a/Invisible.hs +++ b/Invisible.hs @@ -26,7 +26,7 @@ module XMonadContrib.Invisible ( -- A wrapper data type to store layout state that shouldn't be persisted across -- restarts. A common wrapped type to use is @Maybe a@. -- Invisible derives trivial definitions for Read and Show, so the wrapped data --- type need not do so +-- type need not do so. newtype Invisible m a = I (m a) deriving (Monad, Functor) -- cgit v1.2.3