haskell-cafe@haskell.org
[Top] [All Lists]

Re: [Haskell-cafe] Re: How efficient is read?

Subject: Re: [Haskell-cafe] Re: How efficient is read?
From: "Brandon S. Allbery KF8NH"
Date: Mon, 10 May 2010 06:56:43 -0400
On May 10, 2010, at 04:32 , Paul R wrote:
Stephen> If you want to parse a stream, you don't want Parsec as
Stephen> produces as it isn't an online parser - online meaning

Thank you for this well detailed explanation. It was just me misusing
the word "stream", I was actually meaning a simple bounded string.

That's not misuse, it's just confusing the usual parser terminology with the usual Haskell terminology. (Hence also the earlier confusion about token streams in Parsec 3.)

--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery@xxxxxxxxx
system administrator [openafs,heimdal,too many hats] allbery@xxxxxxxxxxx
electrical and computer engineering, carnegie mellon university    KF8NH


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@xxxxxxxxxxx
http://www.haskell.org/mailman/listinfo/haskell-cafe
<Prev in Thread] Current Thread [Next in Thread>