summaryrefslogtreecommitdiff
path: root/contrib/interface/showproof.mli
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/interface/showproof.mli')
-rwxr-xr-xcontrib/interface/showproof.mli21
1 files changed, 0 insertions, 21 deletions
diff --git a/contrib/interface/showproof.mli b/contrib/interface/showproof.mli
deleted file mode 100755
index 9b6787b7..00000000
--- a/contrib/interface/showproof.mli
+++ /dev/null
@@ -1,21 +0,0 @@
-open Environ
-open Evd
-open Names
-open Term
-open Util
-open Proof_type
-open Pfedit
-open Term
-open Reduction
-open Clenv
-open Typing
-open Inductive
-open Vernacinterp
-open Declarations
-open Showproof_ct
-open Proof_trees
-open Sign
-open Pp
-open Printer
-
-val show_proof : string -> int list -> Ascent.ct_TEXT;;