test-check

arohner 2018-09-18T13:30:58.000100Z

Is there a good way to generate a lazy sequence? I want to reduce the seq until a specific condition is met

2018-09-18T23:01:17.000100Z

what aspect of laziness is important to you in this case?

2018-09-18T23:01:39.000100Z

you can make whatever you want with gen/fmap

2018-09-18T23:01:57.000100Z

were you hoping for an infinitely random sequence?