Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hedgehog-related helpers
Documentation
class Monad m => MonadTest (m :: Type -> Type) where #
Instances
testScenarioProps :: (HasCallStack, MonadIO m, MonadTest m) => Scenario PureM -> m () Source #
Run an Scenario
via the Morley.Michelson.Runtime emulator,
inside an hedgehog
property.