aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Classes/Init.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Classes/Init.v')
-rw-r--r--theories/Classes/Init.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/theories/Classes/Init.v b/theories/Classes/Init.v
index beeb74589..cb27fbc38 100644
--- a/theories/Classes/Init.v
+++ b/theories/Classes/Init.v
@@ -16,3 +16,6 @@
(* $Id: Init.v 616 2007-08-08 12:28:10Z msozeau $ *)
(* Ltac typeclass_instantiation := typeclasses eauto || eauto. *)
+
+Tactic Notation "clapply" ident(c) :=
+ eapply @c ; eauto with typeclass_instances.