(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* Id.t -> definition_entry -> constant_def * types * constant_universes val translate_local_assum : env -> types -> types val mk_pure_proof : constr -> proof_output (* returns the same definition_entry but with side effects turned into * let-ins or beta redexes. it is meant to get a term out of a not yet * type checked proof *) val handle_side_effects : env -> definition_entry -> definition_entry val translate_constant : env -> constant -> constant_entry -> constant_body val translate_mind : env -> mutual_inductive -> mutual_inductive_entry -> mutual_inductive_body val translate_recipe : env -> constant -> Cooking.recipe -> constant_body (** Internal functions, mentioned here for debug purpose only *) val infer_declaration : env -> constant option -> constant_entry -> Cooking.result val build_constant_declaration : constant -> env -> Cooking.result -> constant_body val set_suggest_proof_using : (constant -> env -> Id.Set.t -> Id.Set.t -> Id.t list -> unit) -> unit