aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/decls.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-10-05 15:52:09 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-10-05 15:52:09 +0000
commit67f5aa82fc2a1fca35e1f8ba0204f9417b148757 (patch)
tree5bee263dfdf5ec0aac5b859f41c88d8248d8ebc9 /library/decls.mli
parent685ae9ecd6635ab4e44368f8eb2c7415e6de42f6 (diff)
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
Diffstat (limited to 'library/decls.mli')
-rw-r--r--library/decls.mli6
1 files changed, 5 insertions, 1 deletions
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