On 23 Apr 2016, at 10:00 PM, haskell-cafe-request@haskell.org wrote:Hi. I'm more in the shallow end of the Haskell pool right now, so
forgive me if this is really basic... In Haskell, what is the class for
things that can provide an infinite sequence? I mean, things that
produce a value as well as function for producing the next value?
Clearly RandomGen does this, but what is the next level of abstraction
above RandomGen (i.e., RandomGen minus the randomness aspect).