summaryrefslogtreecommitdiff
path: root/translate/ppvernacnew.mli
blob: 73101a1a7999119e30953e7ae1d0a5ee33f3373a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
(************************************************************************)
(*  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        *)
(************************************************************************)
 
(* $Id: ppvernacnew.mli,v 1.3.2.1 2004/07/16 19:31:52 herbelin Exp $ *)

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 : unit -> std_ppcmds

val pr_vernac : vernac_expr -> std_ppcmds

val pr_vernac_solve : 
  int * Environ.env * Tacexpr.glob_tactic_expr * bool -> std_ppcmds