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
Was this unfolding database meant to be used in simplify_dep_elim? Because it doesn't seem to be used anywhere in this file, which is a shame. I keep having to call autounfold with dep_elim; simpl_eqs (or simplify_eqs/simplify_dep_elim) in order to get any mileage out of these tactics (eq_rect_r comes up in even the simplest of instances). Would there be a cost to including it in the tactics?
Was this unfolding database meant to be used in simplify_dep_elim? Because it doesn't seem to be used anywhere in this file, which is a shame. I keep having to call
autounfold with dep_elim; simpl_eqs
(orsimplify_eqs
/simplify_dep_elim
) in order to get any mileage out of these tactics (eq_rect_r
comes up in even the simplest of instances). Would there be a cost to including it in the tactics?https://github.com/coq/coq/blob/110921a449fcb830ec2a1cd07e3acc32319feae6/theories/Program/Equality.v#L309-L315
The text was updated successfully, but these errors were encountered: