X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=assignment6.mdwn;fp=assignment6.mdwn;h=5f8c1b65c82744b72f56df3c28ff2084ebedabe6;hp=30763c1a786c93e7ac4d039942a7f69865623849;hb=ebed7bf68237f042849d0ebfeed8095a5f7d14a4;hpb=b7aef174959119fd62706cd966ca74859bbdf292 diff --git a/assignment6.mdwn b/assignment6.mdwn index 30763c1a..5f8c1b65 100644 --- a/assignment6.mdwn +++ b/assignment6.mdwn @@ -1,4 +1,4 @@ -1. **Build a state monad.** Based on the division by zero monad, +1. **Build a State monad.** Based on the division by zero monad, build a system that will evaluate arithmetic expressions. Instead of returning a simple integer as a result, it will deliver the correct answer along with a count of the number of operations performed during