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
I noticed that QCheck.Shrink is missing a bool combinator.
bool
This should be probably shrink true to false like QCheck2:
true
false
qcheck/src/core/QCheck2.ml
Lines 313 to 317 in dd5feb4
Finally the bool arbitrary could be extended to use it.
bool arbitrary
The text was updated successfully, but these errors were encountered:
👍 I noticed the same thing last week :)
Sorry, something went wrong.
No branches or pull requests
I noticed that QCheck.Shrink is missing a
bool
combinator.This should be probably shrink
true
tofalse
like QCheck2:qcheck/src/core/QCheck2.ml
Lines 313 to 317 in dd5feb4
Finally the
bool arbitrary
could be extended to use it.The text was updated successfully, but these errors were encountered: