Craft3e-0.2.0.1: Code for Haskell: the Craft of Functional Programming, 3rd ed.
Safe HaskellSafe-Inferred
LanguageHaskell2010

RandomGen

Documentation

scaleSequence :: Int -> Int -> [Int] -> [Int] Source #

makeFunction :: [(a, Double)] -> Double -> a Source #

makeFun :: (Ord t, Num t) => [(a, t)] -> t -> t -> a Source #