Don Stewart wrote:
leaveye.guo:
Hi haskellers:

There is a mistake in http://www.haskell.org/haskellwiki/State_Monad

It post two functions like this :

  evalState :: State s a -> s -> a
  evalState act = fst $ runState act

  execState :: State s a -> s -> s
  execState act = snd $ runState act

Both the '$' operators should be '.'.

Anyone would correct it ?


Well, it's a wiki ... :-)

Which requires registration and has not been open for registration for some time now.

- Jake
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to