easytest-0.3: Simple, expressive testing library

Copyright(c) Joel Burget 2018-2019
LicenseMIT
Maintainerjoelburget@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell98

EasyTest.Internal.Hedgehog

Description

This module defines recheckSeed, which just checks a Group using a given seed.

Synopsis

Documentation

recheckSeed :: MonadIO m => Seed -> Group -> m Summary Source #

checkSequential modified to take a seed and exit on failure