diff options
| -rw-r--r-- | parsing/pcoq.ml4 | 1 | ||||
| -rw-r--r-- | parsing/pcoq.mli | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/parsing/pcoq.ml4 b/parsing/pcoq.ml4 index 849d2639cc..8680734efd 100644 --- a/parsing/pcoq.ml4 +++ b/parsing/pcoq.ml4 @@ -290,6 +290,7 @@ module Tactic = let numarg_binding_list = gec_list "numarg_binding_list" let lconstrarg_binding_list = gec_list "lconstrarg_binding_list" let constrarg_list = gec_list "constrarg_list" + let ident_or_numarg = gec "ident_or_numarg" let ident_or_constrarg = gec "ident_or_constrarg" let identarg = gec "identarg" let hypident = gec "hypident" diff --git a/parsing/pcoq.mli b/parsing/pcoq.mli index b9c77509e2..807d5d8fd7 100644 --- a/parsing/pcoq.mli +++ b/parsing/pcoq.mli @@ -114,6 +114,7 @@ module Tactic : val constrarg_binding_list : Coqast.t list Gram.Entry.e val constrarg_list : Coqast.t list Gram.Entry.e val fixdecl : Coqast.t list Gram.Entry.e + val ident_or_numarg : Coqast.t Gram.Entry.e val ident_or_constrarg : Coqast.t Gram.Entry.e val identarg : Coqast.t Gram.Entry.e val hypident : Coqast.t Gram.Entry.e |
