For teaching at a basic level, the fact that rewrite
behaves as setoid_rewrite
whenever some required library has Require
d Setoid
can be a problem:
rewrite
can be used in many situations where it should not (e.g. rewrite
using an inequality, or anything really)Is there a way to fall back to vanilla rewrite
even if Setoid
has beenRequired
?
no
also I think rewrite at
is always setoid_rewrite
It should be easy to optionally disable this behavior though
Last updated: Oct 13 2024 at 01:02 UTC