From 0692a3abb744be2c5cf3ff12c4e9bca956583684 Mon Sep 17 00:00:00 2001 From: Jeremy Bae Date: Thu, 10 Jan 2019 14:28:15 +0900 Subject: [PATCH] fix a small typo warm -> warn --- 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