reset password
Author Message
rabbott
Posts: 1649
Posted 12:32 Apr 05, 2019 |

The original version of Exercise B.ii asked you to use PyMonad's State Monad to implement RPN. In fact, RPN is used in LearnYouAHaskell to solve the problem of errors rather than a state problem. So just use MayBe (again).