aboutsummaryrefslogtreecommitdiffstats
path: root/Anneal.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Anneal.hs')
-rw-r--r--Anneal.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Anneal.hs b/Anneal.hs
index 07094fc..184bea0 100644
--- a/Anneal.hs
+++ b/Anneal.hs
@@ -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