IO StateTransformer with an escape clause

Thomas L. Bevan thomas_bevan@toll.com.au
Tue, 26 Aug 2003 14:33:28 +1000


Hi,

I'd like some help building an IO StateTransformer which can be escaped midway 
through without losing the state accummulated up to that point.
I tried constructing a
 StateT s MaybeIO a monad but the state is lost when the rest of 
the monad collapses.

Tom