Commit 2024-03-14 10:04 af0f54a9
View on Github →chore: replace λ
by fun
(#11301)
Per the style guidelines, λ
is disallowed in mathlib.
This is close to exhaustive; I left some tactic code alone when it seemed to me that tactic could be upstreamed soon.
Notes
- In lines I was modifying anyway, I also converted
=>
to↦
. - Also contains some mild in-passing indentation fixes in
Mathlib/Order/SupClosed
. - Some doc comments still contained Lean 3 syntax
λ x,
, which I also replaced.