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