Commit 2021-05-07 04:59 f44a5eb1
View on Github →feat(category_theory/concrete_category): id_apply, comp_apply (#7530) This PR renames
category_theory.coe_idtocategory_theory.id_applycategory_theory.coe_comptocategory_theory.comp_applyThe names that are hence free up are then redefined for "unapplied" versions of the same lemmas. Theelementwisetactic uses the old lemmas (with their new names). We need minor fixes in the rest of the library because of the name changes.