aboutsummaryrefslogtreecommitdiffhomepage
path: root/translate/pptacticnew.mli
diff options
context:
space:
mode:
Diffstat (limited to 'translate/pptacticnew.mli')
-rw-r--r--translate/pptacticnew.mli6
1 files changed, 4 insertions, 2 deletions
diff --git a/translate/pptacticnew.mli b/translate/pptacticnew.mli
index 41fc97da9..e6772405f 100644
--- a/translate/pptacticnew.mli
+++ b/translate/pptacticnew.mli
@@ -15,5 +15,7 @@ open Proof_type
open Topconstr
val pr_raw_tactic : Environ.env -> raw_tactic_expr -> std_ppcmds
-val pr_gen : Environ.env ->
- (constr_expr, raw_tactic_expr) generic_argument -> std_ppcmds
+
+val pr_glob_tactic : Environ.env -> glob_tactic_expr -> std_ppcmds
+
+val pr_tactic : Environ.env -> Proof_type.tactic_expr -> std_ppcmds