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
Lets say I want to use my own shrinker (e.g. shrink a list from the start to the end), what should I use?
My first thought was to use make_primitive but it requires a gen: Random.State.t -> 'a instead of a QCheck2.Gen.t.
gen: Random.State.t -> 'a
QCheck2.Gen.t
I know a convenient solution is to use QCheck but in my particular use we plan to use QCheck2 everywhere, thus, wipe every use of QCheck.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Lets say I want to use my own shrinker (e.g. shrink a list from the start to the end), what should I use?
My first thought was to use make_primitive but it requires a
gen: Random.State.t -> 'a
instead of aQCheck2.Gen.t
.I know a convenient solution is to use QCheck but in my particular use we plan to use QCheck2 everywhere, thus, wipe every use of QCheck.
The text was updated successfully, but these errors were encountered: