Commit 2023-05-24 12:14 100392f8
View on Github →feat: port Algebra.DirectLimit (#4052)
A few times rw [RingHom.map_neg]
worked, rw [(FreeCommRing.lift _).map_neg]
failed, and rw [(FreeCommRing.lift <explicit function>).map_neg]
succeeded. So there was some "sweet spot" where rw
would fail, and if you either gave it strictly less or strictly more information it would succeed. Other than that, not much to say.