diff options
author | Samuel Mimram <smimram@debian.org> | 2006-04-28 14:59:16 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2006-04-28 14:59:16 +0000 |
commit | 3ef7797ef6fc605dfafb32523261fe1b023aeecb (patch) | |
tree | ad89c6bb57ceee608fcba2bb3435b74e0f57919e /parsing/ppvernac.mli | |
parent | 018ee3b0c2be79eb81b1f65c3f3fa142d24129c8 (diff) |
Imported Upstream version 8.0pl3+8.1alphaupstream/8.0pl3+8.1alpha
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 |