mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -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
|
||||
-- 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)
|
||||
|
||||
|
Reference in New Issue
Block a user