aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-13 16:15:31 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-13 16:15:31 +0000
commit96b0f8fac2202a2593db285d97bebff5b379d684 (patch)
treee98dd0b2ba1f11eba758ebd2d1d585b40239f5e1
parent5eb688918550156767c085e1a2e5e4108b586d8a (diff)
Suppression du test de convertibilite inutile pour la plupart des exact; 2 versions exact_no_check, exact_check
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@709 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--toplevel/vernacentries.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml
index 84cb23340..a1db3b78a 100644
--- a/toplevel/vernacentries.ml
+++ b/toplevel/vernacentries.ml
@@ -1475,7 +1475,7 @@ let _ =
| [VARG_CONSTR c] ->
(fun () -> (* by (tactic_com exact c) *)
(* on experimente la synthese d'ise dans exact *)
- by (dyn_exact [Command c]);
+ by (dyn_exact_check [Command c]);
save_named true)
| _ -> assert false)