X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=hint_assignment_5_problem_3_hint.mdwn;fp=hint_assignment_5_problem_3_hint.mdwn;h=0000000000000000000000000000000000000000;hp=a91426050528ef8d70e74d268c430b5c47ab39a7;hb=02ef3d4dfa3eed39f90326c37db8b23a6c3b07e7;hpb=4572bc12ce49240e3e446af2a0940f76ef0b9986 diff --git a/hint_assignment_5_problem_3_hint.mdwn b/hint_assignment_5_problem_3_hint.mdwn deleted file mode 100644 index a9142605..00000000 --- a/hint_assignment_5_problem_3_hint.mdwn +++ /dev/null @@ -1,7 +0,0 @@ -What does - - let x = (fun () -> 2) in - let y = (fun () -> 3) in - match true with true -> x | false -> y;; - -evaluate to?