rsagl-0.2.1: The RogueStar Animation and Graphics LibrarySource codeContentsIndex
RSAGL.Auxiliary
Documentation
doubles :: [a] -> [(a, a)]Source
loopedDoubles :: [a] -> [(a, a)]Source
consecutives :: Int -> [a] -> [[a]]Source
loopedConsecutives :: Int -> [a] -> [[a]]Source
dropRandomElements :: Int -> StdGen -> [a] -> [a]Source
matrixMultiplyImpl :: (b -> c -> c) -> c -> (a -> a -> b) -> [[a]] -> [[a]] -> [[c]]Source
loopList :: [a] -> [a]Source
shiftR :: [a] -> [a]Source
zeroToOne :: Integer -> [Double]Source
constrain :: (a -> Bool) -> (a -> a) -> a -> aSource
debugTime :: String -> IO a -> IO aSource
waitParList :: Strategy a -> Strategy [a]Source
Produced by Haddock version 2.1.0