(***********************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* Idset.t val pp_global : module_path -> global_reference -> std_ppcmds val pp_long_module : module_path -> module_path -> std_ppcmds val pp_short_module : identifier -> std_ppcmds end module type Mlpp = sig val pp_decl : module_path -> ml_decl -> std_ppcmds val pp_struct : ml_structure -> std_ppcmds val pp_signature : ml_signature -> std_ppcmds end type extraction_params = { modular : bool; mod_name : identifier; to_appear : global_reference list }