
Is this type defined anywhere in base or elsewhere standardish? https://gist.github.com/chrisdone/516489f4f27846712225#file-type-hs-L52 data Stream a = Stream a (Stream a) Ciao

I don't know about standardish, but there's this:
https://hackage.haskell.org/package/streams/docs/Data-Stream-Infinite.html
On Jan 9, 2015 7:59 PM, "Christopher Done"
Is this type defined anywhere in base or elsewhere standardish?
https://gist.github.com/chrisdone/516489f4f27846712225#file-type-hs-L52
data Stream a = Stream a (Stream a)
Ciao _______________________________________________ Libraries mailing list Libraries@haskell.org http://www.haskell.org/mailman/listinfo/libraries

There's also the classic
http://hackage.haskell.org/package/Stream-0.4.7.1/docs/Data-Stream.html
Anthony
On Fri, Jan 9, 2015 at 8:02 PM, David Feuer
I don't know about standardish, but there's this: https://hackage.haskell.org/package/streams/docs/Data-Stream-Infinite.html
On Jan 9, 2015 7:59 PM, "Christopher Done"
wrote: Is this type defined anywhere in base or elsewhere standardish?
https://gist.github.com/chrisdone/516489f4f27846712225#file-type-hs-L52
data Stream a = Stream a (Stream a)
Ciao _______________________________________________ Libraries mailing list Libraries@haskell.org http://www.haskell.org/mailman/listinfo/libraries
_______________________________________________ Libraries mailing list Libraries@haskell.org http://www.haskell.org/mailman/listinfo/libraries

Thanks chaps.
Ah, partial fromList. We meet again, old nemesis.
On 10 January 2015 at 02:05, Anthony Cowley
There's also the classic http://hackage.haskell.org/package/Stream-0.4.7.1/docs/Data-Stream.html
Anthony
On Fri, Jan 9, 2015 at 8:02 PM, David Feuer
wrote: I don't know about standardish, but there's this: https://hackage.haskell.org/package/streams/docs/Data-Stream-Infinite.html
On Jan 9, 2015 7:59 PM, "Christopher Done"
wrote: Is this type defined anywhere in base or elsewhere standardish?
https://gist.github.com/chrisdone/516489f4f27846712225#file-type-hs-L52
data Stream a = Stream a (Stream a)
Ciao _______________________________________________ Libraries mailing list Libraries@haskell.org http://www.haskell.org/mailman/listinfo/libraries
_______________________________________________ Libraries mailing list Libraries@haskell.org http://www.haskell.org/mailman/listinfo/libraries
participants (3)
-
Anthony Cowley
-
Christopher Done
-
David Feuer