links re monads
[lambda.git] / assignment6.mdwn
index 30763c1..5f8c1b6 100644 (file)
@@ -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