aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Classes/Init.v
diff options
context:
space:
mode:
authorGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-08-21 15:53:17 +0000
committerGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-08-21 15:53:17 +0000
commitbc0fc3752b85e7f1c71b2f049ed8c8e006fca9c7 (patch)
tree1021fd81bde7405296e8cbd0afc8e29cae302361 /theories/Classes/Init.v
parent70aa6184a399ebf2b70bf284ad57fc4e4dd5c226 (diff)
Fixes in dependent induction tactic to keep names, allow giving
intro-patterns and avoid useless generalizations on inductive parameters. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11331 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 54c97ae7b..dd082246c 100644
--- a/theories/Classes/Init.v
+++ b/theories/Classes/Init.v
@@ -18,7 +18,7 @@
(* Ltac typeclass_instantiation := typeclasses eauto || eauto. *)
Tactic Notation "clapply" ident(c) :=
- eapply @c ; eauto with typeclass_instances.
+ eapply @c ; typeclasses eauto.
(** The unconvertible typeclass, to test that two objects of the same type are
actually different. *)