aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/g_tactic.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/g_tactic.ml4')
-rw-r--r--parsing/g_tactic.ml45
1 files changed, 3 insertions, 2 deletions
diff --git a/parsing/g_tactic.ml4 b/parsing/g_tactic.ml4
index 787ccd07e..862bbd3dd 100644
--- a/parsing/g_tactic.ml4
+++ b/parsing/g_tactic.ml4
@@ -14,6 +14,7 @@ open Pcoq
open Util
open Tacexpr
open Rawterm
+open Genarg
(* open grammar entries, possibly in quotified form *)
ifdef Quotify then open Qast
@@ -83,8 +84,8 @@ GEXTEND Gram
;
(* Either an hypothesis or a ltac ref (variable or pattern metavariable) *)
id_or_ltac_ref:
- [ [ id = base_ident -> AN id
- | "?"; n = natural -> MetaNum (loc,n) ] ]
+ [ [ id = base_ident -> Genarg.AN id
+ | "?"; n = natural -> Genarg.MetaNum (loc,n) ] ]
;
(* Either a global ref or a ltac ref (variable or pattern metavariable) *)
global_or_ltac_ref: