User talk:Gphilip

From HaskellWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Hi,

I noticed that you switched the s and the a at the newtype page; the order in which you write these is not really important, but they are now reversed compared to the State type in the State library. See

 http://hackage.haskell.org/packages/archive/transformers/latest/doc/html/Control-Monad-Trans-State-Lazy.html#v:runState

Henk-Jan van Tuyl 21:27, 30 September 2012 (UTC)

I switched these so that they match the order in the definition of runState earlier on in the page. Gphilip 22:43, 30 September 2012 (UTC)