haskell-hedgehog
haskell-hedgehog copied to clipboard
use the current number of tests in a generator
@jacobstanley if you want to get a feel for the changes involved in using the number of tests in a generator. Note that:
- I had to put the
TestCountinto its own file - I arbitrarily passed
0toevalGen, maybe we should add another functionevalGenAt :: TestCount ...taking the tests number as a parameter as well
Mazel tov, I was able to create the PR!
Hi @jacobstanley did you have time to give a bit more thoughts to this PR?
Hi @jacobstanley, better late than never I updated that PR if you still think this could be a good idea.
Ok, I'm going to close this PR now so that it disappears from my backlog. Please re-open if you feel like it.