Codebase list coq / upstream/8.0pl3+8.1beta.2 parsing / ppvernac.mli
upstream/8.0pl3+8.1beta.2

Tree @upstream/8.0pl3+8.1beta.2 (Download .tar.gz)

ppvernac.mli @upstream/8.0pl3+8.1beta.2raw · history · blame

(************************************************************************)
(*  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