(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) (* string; (* the second argument is a comment to add to the preamble *) preamble : Id.t -> Pp.t option -> ModPath.t list -> unsafe_needs -> Pp.t; pp_struct : ml_structure -> Pp.t; (* Concerning a possible interface file *) sig_suffix : string option; (* the second argument is a comment to add to the preamble *) sig_preamble : Id.t -> Pp.t option -> ModPath.t list -> unsafe_needs -> Pp.t; pp_sig : ml_signature -> Pp.t; (* for an isolated declaration print *) pp_decl : ml_decl -> Pp.t; }