From 97fefe1fcca363a1317e066e7f4b99b9c1e9987b Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Thu, 12 Jan 2012 16:02:20 +0100 Subject: Imported Upstream version 8.4~beta --- library/decls.mli | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'library/decls.mli') diff --git a/library/decls.mli b/library/decls.mli index 7a8e138b..73f1745b 100644 --- a/library/decls.mli +++ b/library/decls.mli @@ -1,13 +1,11 @@ (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) -(* variable_data -> unit val variable_path : variable -> dir_path @@ -35,7 +33,11 @@ val variable_exists : variable -> bool val add_constant_kind : constant -> logical_kind -> unit val constant_kind : constant -> logical_kind +(* Prepare global named context for proof session: remove proofs of + opaque section definitions and remove vm-compiled code *) + +val initialize_named_context_for_proof : unit -> Environ.named_context_val + (** Miscellaneous functions *) val last_section_hyps : dir_path -> identifier list -val clear_proofs : named_context -> Environ.named_context_val -- cgit v1.2.3