(***********************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* Idset.t (* the bool arg is: should we rename in uppercase or not ? *) val rename_global : global_reference -> bool -> identifier val pp_global : global_reference -> bool -> Idset.t option -> std_ppcmds end module type Mlpp = sig val pp_type : ml_type -> std_ppcmds val pp_ast : ml_ast -> std_ppcmds val pp_decl : ml_decl -> std_ppcmds end