urn-random-0.1.0.0: A package for updatable discrete distributions
Data.Urn.QQ.ParseExp
Contents
Urn
Exp
Q
Synopsis
parseUrnList :: String -> Either String [(Word, Exp)] Source #
parseUrn :: String -> Either String (Urn Exp) Source #
wordExp :: Word -> Exp Source #
weightExp :: Weight -> Exp Source #
sizeExp :: Size -> Exp Source #
btreeExp :: BTree Exp -> Exp Source #
wtreeExp :: WTree Exp -> Exp Source #
urnExp :: Urn Exp -> Exp Source #