
30 Sep
2004
30 Sep
'04
1:44 a.m.
On 2004-09-29, Ben.Yu@combined.com
You can use state monad to mimic mutation.
Is that really what I want? In other words, is there a completely different, more Haskellish, way to look at this?
Also, take a look at the recursive decent monadic parsec library. It may have done what you are trying to do.
Thanks for the pointer. I'll take a look. -- John