Commit 2020-04-11 09:58 c68f23df
View on Github →chore(category_theory/types): add documentation, remove bad simp lemmas and instances, add notation for functions as morphisms (#2383)
- Add module doc and doc strings for
src/category_theory/types.lean. - Remove some bad simp lemmas and instances in that file and
src/category_theory/category/default.lean. - Add a notation
↾fwhich enables Lean to see a functionf : α → βas a morphismα ⟶ βin the category of types.