
2 Jul
2009
2 Jul
'09
7:43 a.m.
Hello Maciej, Thursday, July 2, 2009, 3:31:59 PM, you wrote:
class (Monad m, Monoid v) => MonadInput v m where -- | Gets an element from input (line of text [with \n], 4096 bytes, -- or something like that). mzero on end getChunk :: m v class (Monad m, Monoid v) => MonadOutput v m where -- | Puts an element putChunk :: v -> m ()
how about interact function? -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com