aboutsummaryrefslogtreecommitdiffhomepage
path: root/translate/ppvernacnew.mli
diff options
context:
space:
mode:
authorGravatar desmettr <desmettr@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-02-05 15:52:31 +0000
committerGravatar desmettr <desmettr@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-02-05 15:52:31 +0000
commit7da87c68444558218bca2a3b070086712d727bcc (patch)
tree75933829be7dec8c908a15131bb7195c3414b66c /translate/ppvernacnew.mli
parent36c0dbed2d5035c77cd1f2780269b95dc49a621c (diff)
Ajout du traducteur
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3664 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'translate/ppvernacnew.mli')
-rw-r--r--translate/ppvernacnew.mli31
1 files changed, 31 insertions, 0 deletions
diff --git a/translate/ppvernacnew.mli b/translate/ppvernacnew.mli
new file mode 100644
index 000000000..0e4bde50e
--- /dev/null
+++ b/translate/ppvernacnew.mli
@@ -0,0 +1,31 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
+
+(* $Id$ *)
+
+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 : std_ppcmds
+
+val pr_vernac : vernac_expr -> std_ppcmds