
16 Feb
2006
16 Feb
'06
6:41 p.m.
On 2/16/06, Neil Mitchell
What is the best way to modify the code to have read operate lazily? Is there any method that doesn't require writing a custom parser? Is there any standard way for solving a problem like this?
Honestly, don't use read. It's icky.
Check out ReadP or parsec, they are far superior in general. I think
there was a suggestion of replacing Read with ReadP?
--
Taral