Commit 2022-11-07 03:20 e68b0f56
View on Github →feat: port onFun and combine notations in Init.Logic (#542)
- Adds two notation declarations that present in lean 3 and Lean3port but not yet in mathlib4. The
onFunnotation is needed in Logic/Relation. I'm not sure whether thecombinenotation is ever actually used, but we should include it for consistency. - Updates the name of
on_funtoonFun, to match the naming conventions in the mathport output. - Adds a docstring to
combineto satisfy the linter. - Fixes a typo in another docstring: "calles"` -> "called".