diff options
author | Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr> | 2001-12-29 08:58:11 +0000 |
---|---|---|
committer | Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr> | 2001-12-29 08:58:11 +0000 |
commit | b7d828af60ffda28eb95c65fc1ff096abdca2224 (patch) | |
tree | 5abb19c73ca4e94e34372bb92404424ac0ca2590 | |
parent | 521585e82c1c991f15ecdbd54c53f0d0d31eefe9 (diff) | |
download | ocaml-b7d828af60ffda28eb95c65fc1ff096abdca2224.tar.gz |
-
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4204 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | camlp4/etc/pa_ru.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camlp4/etc/pa_ru.ml b/camlp4/etc/pa_ru.ml index 07088e5437..9e9522fa95 100644 --- a/camlp4/etc/pa_ru.ml +++ b/camlp4/etc/pa_ru.ml @@ -29,7 +29,7 @@ EXTEND | _ -> <:expr< do { $list:seq$ } >> ] ] ] ; sequence: - [ [ "let"; o = OPT "rec"; l = LIST1 let_binding SEP "and"; [ "in"; ";" ]; + [ [ "let"; o = OPT "rec"; l = LIST1 let_binding SEP "and"; [ "in" | ";" ]; el = SELF -> let e = match el with |