| Copyright | (c) Joel Burget 2018-2019 |
|---|---|
| License | MIT |
| Maintainer | joelburget@gmail.com |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell98 |
EasyTest.Internal.Hedgehog
Description
This module defines recheckSeed, which just checks a Group using a given
seed.
Synopsis
- recheckSeed :: MonadIO m => Seed -> Group -> m Summary
Documentation
recheckSeed :: MonadIO m => Seed -> Group -> m Summary Source #
checkSequential modified to take a seed and exit on failure