mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-09-02 20:23:48 -07:00
Docstring parser for generating xmonad build configs with default settings for extensions
This commit is contained in:
@@ -17,6 +17,8 @@ module XMonadContrib.Anneal ( Rated(Rated), the_value, the_rating
|
||||
import System.Random ( StdGen, Random, mkStdGen, randomR )
|
||||
import Control.Monad.State ( State, runState, put, get, gets, modify )
|
||||
|
||||
-- %import XMonadContrib.Anneal
|
||||
|
||||
data Rated a b = Rated !a !b
|
||||
deriving ( Show )
|
||||
instance Functor (Rated a) where
|
||||
|
Reference in New Issue
Block a user