aboutsummaryrefslogtreecommitdiffhomepage
path: root/translate/pptacticnew.mli
diff options
context:
space:
mode:
Diffstat (limited to 'translate/pptacticnew.mli')
-rw-r--r--translate/pptacticnew.mli22
1 files changed, 4 insertions, 18 deletions
diff --git a/translate/pptacticnew.mli b/translate/pptacticnew.mli
index 152b7e630..41fc97da9 100644
--- a/translate/pptacticnew.mli
+++ b/translate/pptacticnew.mli
@@ -12,22 +12,8 @@ open Pp
open Genarg
open Tacexpr
open Proof_type
+open Topconstr
-val declare_extra_genarg_pprule :
- ('a raw_abstract_argument_type * ('a -> std_ppcmds)) ->
- ('b closed_abstract_argument_type * ('b -> std_ppcmds)) -> unit
-
-val declare_extra_tactic_pprule :
- string ->
- (raw_generic_argument list ->
- string * Egrammar.grammar_tactic_production list)
- -> (closed_generic_argument list ->
- string * Egrammar.grammar_tactic_production list)
- -> unit
-
-val pr_match_rule : bool -> (raw_tactic_expr -> std_ppcmds) ->
- (pattern_expr,raw_tactic_expr) match_rule -> std_ppcmds
-
-val pr_raw_tactic : raw_tactic_expr -> std_ppcmds
-
-val pr_tactic : Proof_type.tactic_expr -> std_ppcmds
+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