I meant to emphasize that the above code also type checks if you write
import qualified Pipes.HTTP as SP
import qualified Pipes.ByteString as Q
instead of
import qualified Data.ByteString.Streaming.HTTP as SP
import qualified Data.ByteString.Streaming as Q
--
You received this message because you are subscribed to the Google Groups
"Haskell Pipes" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].