Commit 2020-10-05 05:24 91d9e963
View on Github →chore(algebra/ring/basic): docs, simps (#4375)
- add docstrings to all typeclasses in
algebra/ring/basic
; - add
ring_hom.inhabited := ⟨id α⟩
to make linter happy; - given
f : α →+* β
, simplifyf.to_monoid_hom
andf.to_add_monoid_hom
to coercions; - add
simp
lemmas for coercions ofring_hom.mk f _ _ _ _
tomonoid_hom
andadd_monoid_hom
.