Safe Haskell | None |
---|---|
Language | Haskell2010 |
Hedgehog.Extras.Internal.Test.Integration
Documentation
type Integration a = PropertyT (ReaderT IntegrationState (ResourceT IO)) a Source #
newtype IntegrationState Source #
Constructors
IntegrationState | |
Fields
|
Instances
newIntegrationStateM :: MonadIO m => m IntegrationState Source #
runIntegrationReaderT :: MonadIO m => ReaderT IntegrationState m a -> m a Source #