 | xmonad-contrib-0.5: Third party extensions for xmonad | Contents | Index |
|
| XMonad.Util.Anneal | | Portability | unportable | | Stability | unstable | | Maintainer | David Roundy <droundy@darcs.org> |
|
|
|
|
|
| Description |
| Requires the random package
|
|
| Synopsis |
|
|
|
|
| Usage
|
|
| See XMonad.Layout.Mosaic for an usage example.
|
|
| data Rated a b |
| Constructors | | Instances | |
|
|
| the_value :: Rated a b -> b |
|
| the_rating :: Rated a b -> a |
|
| anneal :: a -> (a -> Double) -> (a -> [a]) -> Rated Double a |
|
| annealMax :: a -> (a -> Double) -> (a -> [a]) -> Rated Double a |
|
| Produced by Haddock version 0.8 |