| Copyright | (c) 2007 Andrea Rossato, David Roundy | 
|---|---|
| License | BSD-style (see xmonad/LICENSE) | 
| Maintainer | andrea.rossato@unibz.it | 
| Stability | unstable | 
| Portability | unportable | 
| Safe Haskell | None | 
| Language | Haskell98 | 
XMonad.Util.Invisible
Contents
Description
A data type to store the layout state
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.
Constructors
| I (m a) | 
fromIMaybe :: a -> Invisible Maybe a -> a Source