Stream type

David Feuer david.feuer at gmail.com
Sat Jan 10 01:02:45 UTC 2015


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" <chrisdone at gmail.com> 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 at haskell.org
> http://www.haskell.org/mailman/listinfo/libraries
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/libraries/attachments/20150109/de40e45f/attachment.html>


More information about the Libraries mailing list