graphula-2.0.1.0: A simple interface for generating persistent data and linking its dependencies
Safe HaskellNone
LanguageHaskell2010

Graphula.Arbitrary

Description

Arbitrary operations that respect Graphula's seed

Synopsis

Documentation

generate :: (MonadIO m, MonadGraphulaBackend m) => Gen a -> m a Source #

Run a generator

This is akin to generate, but utilizing graphula's generation. The size passed to the generator is always 30; if you want another size then you should explicitly use resize.