Hi, I have the following doubt:

The documentation for the "streaming 
<http://hackage.haskell.org/package/streaming>" package explains from to 
convert a pipes Producer into a Stream and back, but is it also possible to 
define a function with the following signature?

FreeT (Producer a IO) IO r -> Stream (Stream (Of a) IO) IO r


-- 
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 haskell-pipes+unsubscr...@googlegroups.com.
To post to this group, send email to haskell-pipes@googlegroups.com.

Reply via email to