aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parsing/g_constr.ml44
1 files changed, 2 insertions, 2 deletions
diff --git a/parsing/g_constr.ml4 b/parsing/g_constr.ml4
index a32190b6d6..e73cc78941 100644
--- a/parsing/g_constr.ml4
+++ b/parsing/g_constr.ml4
@@ -181,7 +181,7 @@ GEXTEND Gram
CDelimiters (loc,key,c) ] ]
;
lconstr:
- [ "10" NONA
+ [ "10" RIGHTA
[ "!"; f = global; args = LIST0 constr9 -> CAppExpl (loc, f, args)
(*
| "!"; f = global; "with"; b = binding_list ->
@@ -196,7 +196,7 @@ GEXTEND Gram
| c = constr9 -> (c, None) ] ]
;
constr9:
- [ NONA [ c1 = constr -> c1
+ [ RIGHTA [ c1 = constr -> c1
| c1 = constr; "::"; c2 = constr -> CCast (loc, c1, c2) ] ]
;
ne_name_comma_list: