Maybe the chapter on monad transformers in RWH can help? http://book.realworldhaskell.org/read/monad-transformers.html
On Tue, Sep 1, 2009 at 7:34 PM, Colin Adams<[email protected]> wrote: > I'm trying to add a state monad onto the IO monad for use in a > happstack application. I thought this should involve using StateT and > Happstack.Server.SimpleHTTP.simpleHTTP', but I can't figure out how to > plumb it all together. Any tips will be welcome. > > -- > Colin Adams > Preston, > Lancashire, > ENGLAND > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe > _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
