xmonad-contrib-0.6: Third party extensions for xmonadSource codeContentsIndex
XMonad.Util.Anneal
Portabilityunportable
Stabilityunstable
MaintainerDavid Roundy <droundy@darcs.org>
Contents
Usage
Description
Requires the random package
Synopsis
data Rated a b = Rated !a !b
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
Usage
See XMonad.Layout.Mosaic for an usage example.
data Rated a b Source
Constructors
Rated !a !b
show/hide Instances
Functor (Rated a)
Eq a => Eq (Rated a b)
Ord a => Ord (Rated a b)
(Show a, Show b) => Show (Rated a b)
the_value :: Rated a b -> bSource
the_rating :: Rated a b -> aSource
anneal :: a -> (a -> Double) -> (a -> [a]) -> Rated Double aSource
annealMax :: a -> (a -> Double) -> (a -> [a]) -> Rated Double aSource
Produced by Haddock version 2.3.0