summaryrefslogtreecommitdiff
path: root/translate/ppvernacnew.mli
diff options
context:
space:
mode:
Diffstat (limited to 'translate/ppvernacnew.mli')
-rw-r--r--translate/ppvernacnew.mli34
1 files changed, 0 insertions, 34 deletions
diff --git a/translate/ppvernacnew.mli b/translate/ppvernacnew.mli
deleted file mode 100644
index 4506b811..00000000
--- a/translate/ppvernacnew.mli
+++ /dev/null
@@ -1,34 +0,0 @@
-(************************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(************************************************************************)
-
-(*i $Id: ppvernacnew.mli,v 1.3.2.2 2005/01/21 17:17:20 herbelin Exp $ i*)
-
-open Pp
-open Genarg
-open Vernacexpr
-open Names
-open Nameops
-open Nametab
-open Util
-open Extend
-open Ppconstr
-open Pptactic
-open Rawterm
-open Coqast
-open Pcoq
-open Ast
-open Libnames
-open Ppextend
-open Topconstr
-
-val sep_end : unit -> std_ppcmds
-
-val pr_vernac : vernac_expr -> std_ppcmds
-
-val pr_vernac_solve :
- int * Environ.env * Tacexpr.glob_tactic_expr * bool -> std_ppcmds