diff options
Diffstat (limited to 'parsing/ppvernac.mli')
-rw-r--r-- | parsing/ppvernac.mli | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/parsing/ppvernac.mli b/parsing/ppvernac.mli new file mode 100644 index 00000000..21d983f5 --- /dev/null +++ b/parsing/ppvernac.mli @@ -0,0 +1,28 @@ +(************************************************************************) +(* 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: ppvernac.mli 7744 2005-12-27 09:16:06Z herbelin $ i*) + +open Pp +open Genarg +open Vernacexpr +open Names +open Nameops +open Nametab +open Util +open Ppconstr +open Pptactic +open Rawterm +open Pcoq +open Libnames +open Ppextend +open Topconstr + +val sep_end : unit -> std_ppcmds + +val pr_vernac : vernac_expr -> std_ppcmds |