aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Classes/Init.v
diff options
context:
space:
mode:
authorGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-04-27 16:50:42 +0000
committerGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-04-27 16:50:42 +0000
commite9667ab2ee2b05e54030345668c13fa363a399d9 (patch)
treed157af03964c8eff15b28fb7a587fc9c8d420d4b /theories/Classes/Init.v
parent94affd965c1554d2ad10654e9832fcdb2a024daf (diff)
- Implementation of a new typeclasses eauto procedure based on success
and failure continuations, allowing to do safe cuts correctly. - Fix bug #2097 by suppressing useless nf_evars calls. - Improve the proof search strategy used by rewrite for subrelations and fix some hints. Up to 20% speed improvement in setoid-intensive files. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12110 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Classes/Init.v')
-rw-r--r--theories/Classes/Init.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Classes/Init.v b/theories/Classes/Init.v
index a2a90978d..7d6e1de1e 100644
--- a/theories/Classes/Init.v
+++ b/theories/Classes/Init.v
@@ -19,7 +19,7 @@
Require Import Coq.Program.Basics.
-Typeclasses Opaque id const flip compose arrow impl iff.
+Typeclasses Opaque id const flip compose arrow impl iff not all.
(** The unconvertible typeclass, to test that two objects of the same type are
actually different. *)