diff options
| author | Pierre-Marie Pédrot | 2019-03-05 22:41:24 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2019-03-05 22:41:24 +0100 |
| commit | a83eac8463787c13a2dbd3903baf2b59ca1a4635 (patch) | |
| tree | b7c70b701c0667808f3f4a2e40964ea5da358667 /theories | |
| parent | 73550d2c6feaa86447da94f7010a1ea6a04fb39a (diff) | |
| parent | b08c14e551def3fb1ec885cf1ff05018f3d87ab9 (diff) | |
Merge PR #9524: Fix #7632: Change syntax of autoapply according to the documentation.
Reviewed-by: ppedrot
Diffstat (limited to 'theories')
| -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 8a04206bb2..8732305953 100644 --- a/theories/Classes/Init.v +++ b/theories/Classes/Init.v @@ -23,7 +23,7 @@ Typeclasses Opaque id const flip compose arrow impl iff not all. (** Apply using the same opacity information as typeclass proof search. *) -Ltac class_apply c := autoapply c using typeclass_instances. +Ltac class_apply c := autoapply c with typeclass_instances. (** The unconvertible typeclass, to test that two objects of the same type are actually different. *) |
