(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* std_ppcmds val pr_glbtype_gen : ('a -> string) -> typ_level -> 'a glb_typexpr -> std_ppcmds val pr_glbtype : ('a -> string) -> 'a glb_typexpr -> std_ppcmds (** {5 Printing expressions} *) val pr_constructor : ltac_constructor -> std_ppcmds val pr_projection : ltac_projection -> std_ppcmds val pr_glbexpr_gen : exp_level -> glb_tacexpr -> std_ppcmds val pr_glbexpr : glb_tacexpr -> std_ppcmds (** {5 Utilities} *) val int_name : unit -> (int -> string) (** Create a function that give names to integers. The names are generated on the fly, in the order they are encountered. *)