[Haskell] Re: State Monad

Malcolm Wallace Malcolm.Wallace at cs.york.ac.uk
Fri Jan 13 05:21:24 EST 2006


Christian Maeder <maeder at tzi.de> writes:

> Bruno Oliveira wrote:
> > Can somebody point me out the exact CVS location of the State Monad
> > implementation that ships with GHC? I am a bit lost in the CVS directory
> > structure ...
> 
> fptools/libraries/mtl/Control/Monad/State.hs

Or rather

  fptools/libraries/base/Control/Monad/ST.hs
  fptools/libraries/base/Control/Monad/ST/Strict.hs
  fptools/libraries/base/Control/Monad/ST/Lazy.hs

Regards,
    Malcolm


More information about the Haskell mailing list