aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
authorHugo Herbelin2014-09-13 10:41:28 +0200
committerHugo Herbelin2014-09-13 11:20:28 +0200
commit9a4e062c92ad88c894ebbd6e20ee9d1511f24a3f (patch)
treef258cc2a80359d4739a244fff0b67c5220bae598 /parsing
parent50b20a3076c5c8dfe4cf77ccfa65f33c873a2fab (diff)
Checking typability of evar instances. Using ";" to separate bindings
in instances.
Diffstat (limited to 'parsing')
-rw-r--r--parsing/g_constr.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/g_constr.ml4 b/parsing/g_constr.ml4
index 18012f8a19..0c1c20ec65 100644
--- a/parsing/g_constr.ml4
+++ b/parsing/g_constr.ml4
@@ -295,7 +295,7 @@ GEXTEND Gram
[ [ id = ident; ":="; c = lconstr -> (id,c) ] ]
;
evar_instance:
- [ [ "@{"; l = LIST1 inst SEP ","; "}" -> l
+ [ [ "@{"; l = LIST1 inst SEP ";"; "}" -> l
| -> [] ] ]
;
instance: