mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-07 15:31:54 -07:00
oops, add period
This commit is contained in:
@@ -26,7 +26,7 @@ module XMonadContrib.Invisible (
|
|||||||
-- A wrapper data type to store layout state that shouldn't be persisted across
|
-- A wrapper data type to store layout state that shouldn't be persisted across
|
||||||
-- restarts. A common wrapped type to use is @Maybe a@.
|
-- restarts. A common wrapped type to use is @Maybe a@.
|
||||||
-- Invisible derives trivial definitions for Read and Show, so the wrapped data
|
-- 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)
|
newtype Invisible m a = I (m a) deriving (Monad, Functor)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user