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