Kulitta-2.2.1: Library for automated composition and musical learning

Safe HaskellNone
LanguageHaskell98

Kulitta.Learning.TemporalGen

Documentation

type TSym a = (a, Rational) Source #

type RHS a = [TSym a] Source #

type TRule a = (a, RHS a) Source #

infInts :: RandomGen b => b -> [Int] Source #

genData :: [[(CType, MP)]] Source #

toRuleFun :: [(a, Dur)] -> RuleFun a MP Source #

showTRule :: (Show a1, Show a2) => (a1, [a2]) -> [Char] Source #

genFromFile :: FilePath -> FilePath -> Dur -> p -> Int -> Int -> IO () Source #