diff options
Diffstat (limited to 'parsing/ppvernac.mli')
-rw-r--r-- | parsing/ppvernac.mli | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/parsing/ppvernac.mli b/parsing/ppvernac.mli deleted file mode 100644 index 87b4fe56..00000000 --- a/parsing/ppvernac.mli +++ /dev/null @@ -1,24 +0,0 @@ -(************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2014 *) -(* \VV/ **************************************************************) -(* // * This file is distributed under the terms of the *) -(* * GNU Lesser General Public License Version 2.1 *) -(************************************************************************) - -open Pp -open Genarg -open Vernacexpr -open Names -open Nameops -open Nametab -open Util -open Ppconstr -open Pptactic -open Glob_term -open Pcoq -open Libnames -open Ppextend -open Topconstr - -val pr_vernac : vernac_expr -> std_ppcmds |