aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/pcoq.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/pcoq.ml4')
-rw-r--r--parsing/pcoq.ml41
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/pcoq.ml4 b/parsing/pcoq.ml4
index 9976e07cc..0d73b1e3d 100644
--- a/parsing/pcoq.ml4
+++ b/parsing/pcoq.ml4
@@ -439,6 +439,7 @@ module Constr =
let binders_let_fixannot = Gram.Entry.create "constr:binders_let_fixannot"
let delimited_binders_let = Gram.Entry.create "constr:delimited_binders_let"
let typeclass_constraint = Gram.Entry.create "constr:typeclass_constraint"
+ let appl_arg = Gram.Entry.create "constr:appl_arg"
end
module Module =