Currently, I have loads of
move=> x y. rewrite Eq. move: x y.
Is there more concise way to do this?
Maybe move=> + + /[1!Eq].
or just rewrite Eq
if it doesn't appear in x and y or something like rewrite [in X in _ -> _ -> X]Eq
otherwise.
Last updated: Feb 02 2023 at 15:04 UTC