diff options
Diffstat (limited to 'theories/Classes')
| -rw-r--r-- | theories/Classes/Init.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Classes/Init.v b/theories/Classes/Init.v index 54c97ae7b5..dd082246cc 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. *) |
