[Haskell-beginners] How to solve this using State Monad?

Ozgur Akgun ozgurakgun at gmail.com
Mon May 28 22:39:37 CEST 2012


Hi,

On 28 May 2012 19:49, kak dod <kak.dod2008 at gmail.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20120528/e6ff3717/attachment.htm>


More information about the Beginners mailing list