From 7cfc4e5146be5666419451bdd516f1f3f264d24a Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Sun, 25 Jan 2015 14:42:51 +0100 Subject: Imported Upstream version 8.5~beta1+dfsg --- kernel/cooking.mli | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) (limited to 'kernel/cooking.mli') diff --git a/kernel/cooking.mli b/kernel/cooking.mli index a5141568..441c9dd2 100644 --- a/kernel/cooking.mli +++ b/kernel/cooking.mli @@ -1,36 +1,30 @@ (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) -(* recipe -> - constant_def * constant_type * constraints * Sign.section_context +type result = + constant_def * constant_type * projection_body option * + bool * constant_universes * inline + * Context.section_context option +val cook_constant : env -> recipe -> result +val cook_constr : Opaqueproof.cooking_info -> Term.constr -> Term.constr (** {6 Utility functions used in module [Discharge]. } *) -val expmod_constr : work_list -> constr -> constr - -val clear_cooking_sharing : unit -> unit - - +val expmod_constr : Opaqueproof.work_list -> constr -> constr -- cgit v1.2.3