[Haskell-cafe] Re: Brainstorming on how to parse IMAP
Ben Franksen
ben.franksen at online.de
Tue Aug 5 15:52:54 EDT 2008
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
More information about the Haskell-Cafe
mailing list