Fork me on GitHub
#test-check
<
2018-09-18
>
arohner13:09:58

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

gfredericks23:09:17

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

gfredericks23:09:39

you can make whatever you want with gen/fmap

gfredericks23:09:57

were you hoping for an infinitely random sequence?