
31 Jan
2003
31 Jan
'03
2:13 p.m.
Andrew Bromage wrote:
You may have meant to stack the monad transformers in a different order.
I finally understand. This was exactly my problem. I had to discard my state monad, and use a state monad transformer on the simple backtracking monad (not the backtracking monad transformer on the state monad). Now it works fine (of course). Thanks for the help. cheers, Simon