aboutsummaryrefslogtreecommitdiffstats
path: root/Invisible.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Invisible.hs')
-rw-r--r--Invisible.hs2
1 files changed, 1 insertions, 1 deletions
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)