Commit 2023-02-20 17:21 200a85b2
View on Github →fix: add some missing type annotations and attrs (#2391)
- Fix
WithBot.le_coe_iff
andWithTop.coe_le_iff
. - Mark
WithBot.some
andWithTop.some
as@[match_pattern]
. - Mark
WithBot.coe_eq_coe
,WithBot.coe_min
,WithBot.coe_max
, andWithTop.coe_eq_coe
as@[simp]
. Lean 3 used appliedwith_top
/with_bot
/option
lemmas aboutcoe
to all three types; now we need to restate them.