aboutsummaryrefslogtreecommitdiff
path: root/parsing/g_constr.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/g_constr.ml4')
-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: