Fork me on GitHub
#test-check
<
2017-02-12
>
mss15:02:36

that makes sense. and if I’m having trouble getting such-that to satisfy the predicate within a certain number of attempts, fmap still produces shrinkable generators correct?

gfredericks15:02:37

@mss definitely; anything with fmap is likely more efficient than such-that as well, since it doesn't need to generate extra stuff

mss16:02:07

awesome, thank you