diff options
Diffstat (limited to 'theories/Classes/Init.v')
| -rw-r--r-- | theories/Classes/Init.v | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/theories/Classes/Init.v b/theories/Classes/Init.v index dd082246cc..5ac9310330 100644 --- a/theories/Classes/Init.v +++ b/theories/Classes/Init.v @@ -20,6 +20,12 @@ Tactic Notation "clapply" ident(c) := eapply @c ; typeclasses eauto. +(** Hints for the proof search: these combinators should be considered rigid. *) + +Require Import Program.Basics. + +Typeclasses Opaque id const flip compose arrow impl iff. + (** The unconvertible typeclass, to test that two objects of the same type are actually different. *) |
