From 67f5aa82fc2a1fca35e1f8ba0204f9417b148757 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 5 Oct 2011 15:52:09 +0000 Subject: Fixing Implicit Tactic mode damaged by commit r14496 (see also bug #2612). There were some confusion on the role of clear_proofs which was applicable only to the global named_context. Hopefully made things clearer. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14517 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/decls.mli | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'library/decls.mli') diff --git a/library/decls.mli b/library/decls.mli index 6de8bd4e6..73f1745b5 100644 --- a/library/decls.mli +++ b/library/decls.mli @@ -33,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