From d5e420ba0286d6b6ccab7101bdd75a1442385e06 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 7 Jun 2005 15:45:19 +0000 Subject: [PATCH] changed match syntax: match x in type ty_x with ... --- helm/ocaml/cic_disambiguation/cicTextualParser2.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/ocaml/cic_disambiguation/cicTextualParser2.ml b/helm/ocaml/cic_disambiguation/cicTextualParser2.ml index 6e368d79b..78d1bf181 100644 --- a/helm/ocaml/cic_disambiguation/cicTextualParser2.ml +++ b/helm/ocaml/cic_disambiguation/cicTextualParser2.ml @@ -294,7 +294,7 @@ EXTEND return_term loc (CicAst.Meta (index, substs)) | outtyp = OPT [ PAREN "["; typ = term; PAREN "]" -> typ ]; "match"; t = term; - indty_ident = OPT [ SYMBOL ":"; id = IDENT -> id ]; + indty_ident = OPT ["in" ; id = IDENT -> id ]; "with"; PAREN "["; patterns = LIST0 [ -- 2.39.2