silvi-0.0.4: A generator for different kinds of logs.

Safe HaskellNone
LanguageHaskell2010

Silvi.Random

Synopsis

Documentation

randLog :: forall as. Reify as => Gen (Rec Value as) Source #

print :: (MonadIO m, Show a) => Gen a -> m () Source #

printMany :: (MonadIO m, Show a) => Int -> Gen a -> m () Source #

type Gen = GenT Identity #

Generator for random values of a.