X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=assignment6.mdwn;h=5f8c1b65c82744b72f56df3c28ff2084ebedabe6;hp=30763c1a786c93e7ac4d039942a7f69865623849;hb=270b8feb6727b754965f58c468e07e9d8d5936ad;hpb=16d60ccef54c35bf297e46ed0862da0bcd6fa475 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