Henning Thielemann <[EMAIL PROTECTED]> wrote: > let ~(ts, strm') = idX strm > ~(us, strm'') = idX strm'
Let-bindings are already lazy, so the ~ here is redundant.
Regards,
Malcolm
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe
