aboutsummaryrefslogtreecommitdiff
path: root/lib/refutpat.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'lib/refutpat.ml4')
-rw-r--r--lib/refutpat.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/refutpat.ml4 b/lib/refutpat.ml4
index f2575def43..7c6801a8b9 100644
--- a/lib/refutpat.ml4
+++ b/lib/refutpat.ml4
@@ -15,7 +15,7 @@ open Pcaml
This small camlp4 extension creates a "let*" variant of the "let"
syntax that allow the use of a non-exhaustive pattern. The typical
usage is:
-
+
let* x::l = foo in ...
when foo is already known to be non-empty. This way, no warnings by ocamlc.