diff options
Diffstat (limited to 'lib/refutpat.ml4')
| -rw-r--r-- | lib/refutpat.ml4 | 2 |
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. |
