aboutsummaryrefslogtreecommitdiff
path: root/proofs/logic.mli
diff options
context:
space:
mode:
authorherbelin2005-03-19 11:25:47 +0000
committerherbelin2005-03-19 11:25:47 +0000
commitdb306c9d7f91cffe5720b7645e447a486093f90c (patch)
tree1f0c087a1dce1f5fb9988b520fd8f476e79c5e82 /proofs/logic.mli
parentdd669a4b77452690abb3e52c8e66f6510885374b (diff)
Correction erreur grossière de non restauration d'état en cas de retour exceptionnel; suppression without_check
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6863 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/logic.mli')
-rw-r--r--proofs/logic.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/logic.mli b/proofs/logic.mli
index 561c26a7fb..906fef0171 100644
--- a/proofs/logic.mli
+++ b/proofs/logic.mli
@@ -20,7 +20,6 @@ open Proof_type
(* This suppresses check done in [prim_refiner] for the tactic given in
argument; works by side-effect *)
-val without_check : tactic -> tactic
val with_check : tactic -> tactic
(* [without_check] respectively means:\\