(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* Idset.t val pp_global : module_path list -> global_reference -> std_ppcmds val pp_module : module_path list -> module_path -> std_ppcmds end module type Mlpp = sig val pp_decl : module_path list -> 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 }