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
We currently have both ite_self and ite_id which are both, up to argument order, identical.
There is more duplication between Init.SimpLemmas and Init.ByCases.
I’d say these lemmas are useful independent of simp and by_cases, and would suggest consolidating them in, say, a module Init.Ite dedicated to lemmas about ite and dite.
We currently have both ite_self and ite_id which are both, up to argument order, identical.
There is more duplication between
Init.SimpLemmas
andInit.ByCases
.I’d say these lemmas are useful independent of
simp
andby_cases
, and would suggest consolidating them in, say, a moduleInit.Ite
dedicated to lemmas aboutite
anddite
.Versions
7dc1ceb
Impact
Add 👍 to issues you consider important. If others are impacted by this issue, please ask them to add 👍 to it.
The text was updated successfully, but these errors were encountered: