Module ptr_pred_helpers.
Fail Fail Global Existing Instance observe_strict_valid_valid.
Fail Fail Local Existing Instance observe_strict_valid_valid.
Fail #[export] Existing Instance observe_strict_valid_valid.
End ptr_pred_helpers.
oh
#[export] Hint Resolve observe_strict_valid_valid : typeclass_instances.
ah, #[export] Instance
doesn't work either
this is BTW on Coq 8.12.1
sorry, found https://coq.discourse.group/t/change-of-default-locality-for-hint-commands-in-coq-8-13/1140/12, and sad :-(
It's just a case of not implemented yet.
Yes, this is probably another change that people supporting multiple versions of Coq will have to ignore for a while. IIRC mathcomp
just dropped support for 8.7, 8.8 and 8.9, so now they can finally use Declare Scope
...
Last updated: Oct 04 2023 at 19:01 UTC