Is there a good way to generate a lazy sequence? I want to reduce
the seq until a specific condition is met
what aspect of laziness is important to you in this case?
you can make whatever you want with gen/fmap
were you hoping for an infinitely random sequence?