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
Perhaps [Set Axiom Free Dependent Destruction] or similar. It seems poor that axioms can creep into developments without the developers being aware, especially from tactics in the standard library.
we're looking at a complete overhaul of dependent destruction with more control on where K/JMeq is needed with Cyprien Mangin. Right now dependent destruction is based on generalizing the goal by heterogeneous equalities, so it would make the tactic fail most of the time with this flag, but if you're interested you could redefine the tactic
[simplify_one_dep_elim_term] to fail or introduce an heterogeneous equality instead of simplifying it (first case of simplify_one_dep_elim_term), or do a trick like in HoTT, requiring a typeclass instance of the axiom.
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#4199
From: @JasonGross
Reported version: 8.5
CC: @mattam82
The text was updated successfully, but these errors were encountered: