From 84a960c71e3d6198e197a0a7e2ea20d7c2374bcd Mon Sep 17 00:00:00 2001 From: BastianHofmann Date: Sun, 3 Jan 2016 17:28:21 +0100 Subject: [PATCH] Fix typo in lesson 4 step 6 --- ocaml-lessons/lesson4/step6/step.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml-lessons/lesson4/step6/step.html b/ocaml-lessons/lesson4/step6/step.html index fa65ded..837571a 100644 --- a/ocaml-lessons/lesson4/step6/step.html +++ b/ocaml-lessons/lesson4/step6/step.html @@ -10,7 +10,7 @@

Exhaustiveness

| h::_ -> h -Moreover, the compiler will also warm the user when a case is handled +Moreover, the compiler will also warn the user when a case is handled multiple times or when a case is unused:
let head = function