Hi all,

>From the IterIO tutorial:

enumFile' is like enumFile above, but type restricted to data in the
lazy ByteString
format, which is more efficient than plain Strings. (enumFile supports
multiple types, but in this example there is not enough information for
Haskell to choose one of them, so we must use enum*f*ile' or use :: to
specify a type explicitly.


Which is fine, but shouldn't there also be iterHandle' and iterStream'?

Also I'm guessing the *f* is a typo that should be *F*.

Cheers,

-John
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to