From 15f4828841a84e8f393655f0b85f29fe158e9f09 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 3 Apr 2015 16:55:40 -0400 Subject: [PATCH] --- exercises/_assignment8.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/_assignment8.mdwn b/exercises/_assignment8.mdwn index cd1dc089..8e28810c 100644 --- a/exercises/_assignment8.mdwn +++ b/exercises/_assignment8.mdwn @@ -11,7 +11,7 @@ relationships, as in See her 1999 paper for details. Here is [[code for the simple arithmetic reader monad discussed in the -lecture notes|code/arithmetic1.ml]]. It computes +lecture notes|code/arith1.ml]]. It computes `\x. (+ 1 (* (/ 6 x) 4))`. Your task is to modify it to compute `\x\y.(+ 1 (* (/ 6 x) y))`. You will need to modify five lines. The first one is the type of a boxed int. Instead of `type num = int -- 2.11.0