aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/printer.mli
blob: 9bf72b66001757ff00764423393c9abcfc5ac724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

(* $Id$ *)

(*i*)
open Pp
open Names
open Term
open Sign
(*i*)

val gencompr  : path_kind -> Coqast.t -> std_ppcmds
val gentermpr : path_kind -> 'a assumptions -> constr -> std_ppcmds
val gentacpr  : Coqast.t -> std_ppcmds

val print_arguments : bool ref
val print_casts     : bool ref
val print_emacs     : bool ref
val with_implicits  : ('a -> 'b) -> 'a -> 'b