
15 Jul
2010
15 Jul
'10
12:02 p.m.
From what I gather State Monad essentially allows the use of Haskell's do notation to "invisibly" pass around a state. So, does the use of Monadic
Hi, I looked at State Monad yesterday and this question popped into my mind. style fetch us more than syntactic convenience? Again, if I understand correctly, in Mutable Arrays also, is anything getting modified in place really? If not, what is the real reason for better efficiency? -- Regards, Kashyap