summaryrefslogtreecommitdiff
path: root/parsing/tactic_printer.mli
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/tactic_printer.mli')
-rw-r--r--parsing/tactic_printer.mli23
1 files changed, 0 insertions, 23 deletions
diff --git a/parsing/tactic_printer.mli b/parsing/tactic_printer.mli
deleted file mode 100644
index 2348706f..00000000
--- a/parsing/tactic_printer.mli
+++ /dev/null
@@ -1,23 +0,0 @@
-(************************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2014 *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(************************************************************************)
-
-open Pp
-open Sign
-open Evd
-open Tacexpr
-open Proof_type
-
-(** These are the entry points for tactics, proof trees, ... *)
-
-val print_proof : evar_map -> named_context -> proof_tree -> std_ppcmds
-val pr_rule : rule -> std_ppcmds
-val pr_tactic : tactic_expr -> std_ppcmds
-val print_script :
- ?nochange:bool -> evar_map -> proof_tree -> std_ppcmds
-val print_treescript :
- ?nochange:bool -> evar_map -> proof_tree -> std_ppcmds