Commit 2019-08-28 21:31 3b195032
View on Github →refactor(category_theory/single_obj): migrate to bundled morphisms (#1330)
- Define equivalence between
{ f // is_monoid_hom f }
andmonoid_hom
- Migrate
single_obj
to bundled homomorphisms Fix a bug into_End
: the old implementation used a wrong monoid structure onEnd
. - Fix
Mon.hom_equiv_monoid_hom
as suggested by @jcommelin