| xmonad-contrib-0.7: Third party extensions for xmonad | Contents | Index |
|
XMonad.Util.Invisible | Portability | unportable | Stability | unstable | Maintainer | andrea.rossato@unibz.it, droundy@darcs.net |
|
|
|
|
|
Description |
A data type to store the layout state
|
|
Synopsis |
|
|
|
|
Usage:
|
|
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.
|
|
newtype Invisible m a |
Constructors | | Instances | |
|
|
whenIJust :: Monad m => Invisible Maybe a -> (a -> m ()) -> m () |
|
fromIMaybe :: a -> Invisible Maybe a -> a |
|
Produced by Haddock version 0.8 |