
29 May
2012
29 May
'12
3:38 a.m.
Hello,
I didn't have that code with me right then. I was using internet cafe. Here
is my code:
http://hpaste.org/69183
Thanks.
kak
On Tue, May 29, 2012 at 2:09 AM, Ozgur Akgun
Hi,
On 28 May 2012 19:49, kak dod
wrote: I wrote a recursive program to do this without using any monads. I simply send the entire dfa, the input string and its partial result in the recursive calls.
Can you post your solution so we can modify it to use the state monad? Maybe that will be of some help.
-- Ozgur Akgun