File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ let warn_deprecated_hint_rewrite_without_locality =
263
263
without specifying an explicit locality attribute is therefore deprecated. It is \
264
264
recommended to use \" export\" whenever possible. Use the attributes \
265
265
#[local], #[global] and #[export] depending on your choice. For example: \
266
- \" #[export] Hint Rewrite foo : bar.\" " )
266
+ \" #[export] Hint Rewrite foo : bar.\" This is supported since Coq 8.14. " )
267
267
268
268
let default_hint_rewrite_locality () =
269
269
if Global. sections_are_opened () then Hints. Local
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ let warn_deprecated_tc_transparency_without_locality =
40
40
sections without specifying an explicit locality attribute is \
41
41
therefore deprecated. It is recommended to use \" export\" whenever \
42
42
possible. Use the attributes #[local], #[global] and #[export] \
43
- depending on your choice. For example: \" #[export] Typeclasses Transparent foo.\" " )
43
+ depending on your choice. For example: \" #[export] Typeclasses Transparent foo.\" . \
44
+ This is supported since Coq 8.15." )
44
45
45
46
let default_tc_transparency_locality () =
46
47
if Global. sections_are_opened () then Hints. Local
You can’t perform that action at this time.
0 commit comments