autolib-util
Safe HaskellNone
LanguageHaskell98

Autolib.Util.Generate

Synopsis

Documentation

type Generator a = Int -> IO a Source #

erzeugt "zufälligen" dinge fixierter größe

type Operator a = (Int, [a] -> a) Source #

annahme: größen verhalten sich additiv

data Config a Source #

Constructors

Config 

Fields