From ee740cb01fb82eabad1dc1d044900b3f20731793 Mon Sep 17 00:00:00 2001 From: jim Date: Sun, 1 Mar 2015 16:04:24 -0500 Subject: [PATCH 1/1] link to hint --- exercises/_assignment5.mdwn | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/exercises/_assignment5.mdwn b/exercises/_assignment5.mdwn index 4383229b..c7ff959a 100644 --- a/exercises/_assignment5.mdwn +++ b/exercises/_assignment5.mdwn @@ -497,15 +497,4 @@ and that `bool` is any boolean expression. Then we can try the following: does not terminate. Incidentally, using the shorter `match bool with true -> yes | false -> no` rather than the longer `let b = bool ... in match b with ...` *would* work as we desire. But your assignment is to control the evaluation order *without* using the special evaluation order properties of OCaml's native `if` or of its `match`. That is, you must keep the `let b = ... in match b with ...` structure in your answer, though you are allowed to adjust what `b`, `y`, and `n` get assigned to. - Here's a hint. (WHERE?) - - - - - + Here's a [[hint|assignment5 hint1]]. -- 2.11.0