You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(* uconstr or open_constr or constr as you prefer *)TacticNotation "change_with_cast" uconstr(c) :=
match goal with |- ?g => simple notypeclasses refine (_ : g); change c end.
All the other reduction tactics do,
change
(in the goal) should as well. At least the version that's not doingchange x with y
, though ideally that version too. See https://coq.zulipchat.com/#narrow/stream/237977-Coq-users/topic/How.20to.20Debug.20slow.20QED.3F/near/231488512 for more discussion.The text was updated successfully, but these errors were encountered: