You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that a generator like (,) <$> genA <*> genB will be able to alternate between shrinking genA and genB rather than doing one first and then the other.
This might not be possible with the State-based Seed rather than SplitMix:
https://github.com/hedgehogqa/haskell-hedgehog/pull/272/files
This might not be possible with the State-based Seed rather than SplitMix:
#27
The text was updated successfully, but these errors were encountered: