Jacob Stanley
Jacob Stanley
I've spent some time thinking about this and the problem I have with it is that ideally one should aim to write tests / generators that don't ever discard. Discarding...
> If we decide to get rid of `MonadFail` perhaps we better do now, before next major release is out. Too late :sweat_smile: I think this topic has too many...
I'm coming around to this idea, we'd just have to choose whether it's left or right biased for where the title comes from. `Data.Map` is left biased so that is...
Yeah a tree like structure would certainly be optimal, I have had request to be able to have a way to check in parallel across an entire project, and having...
I have never used this kind of thing myself, but I can see the appeal, I usually test generators using `printSample` and eye-balling the result, perhaps this is better though
I guess I figured having `once` was redundant, I tried not to have multiple ways of doing the same thing is all.
> And, I don't know if this is reasonable to ask, but: Could Hedgehog be clever enough to detect whether a property ever uses a generator, and only recheck if...
Yeah I completely agree
Fwiw, I would add `once` if enough people wanted it, but I've been trying to keep the API as thin as possible initially so that we don't grow a bunch...
Hey sorry for the significantly delayed reply, I've been pondering this for a little while and I the best I could come up with was to introduce some commands which...