We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider the following:
$> quickCheck $ forAllShrink (pure undefined) (\ () -> []) $ \ () -> True *** Failed! (after 1 test): Exception while generating shrink-list: Prelude.undefined CallStack (from HasCallStack): undefined, called at <interactive>:8:33 in interactive:Ghci7 Exception thrown while showing test case: Prelude.undefined CallStack (from HasCallStack): undefined, called at <interactive>:8:33 in interactive:Ghci7
The fact that the first thing the user sees when they've screwed up in the generator is that the shrinker failed is not optimal.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider the following:
The fact that the first thing the user sees when they've screwed up in the generator is that the shrinker failed is not optimal.
The text was updated successfully, but these errors were encountered: