
5 Aug
2008
5 Aug
'08
3:52 p.m.
ChrisK wrote:
I recently posted new and fancy binary Get monads in http://article.gmane.org/gmane.comp.lang.haskell.libraries/9691 and http://article.gmane.org/gmane.comp.lang.haskell.libraries/9756 which might be of interest since network protocol are usually specified in bytes at the wire level.
The latest one takes input which may or may not be complete and returns a stream (a Seq) of results.
IIRC Seq is not a 'Stream' but a strict sequence? Or do you meant 'a stream (of Seq)'? Cheers Ben