File tree 2 files changed +0
-18
lines changed
2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,6 @@ end Mathlib.Data.Quot
87
87
88
88
section Mathlib.Init.ZeroOne
89
89
90
- class Zero .{u} (α : Type u) where
91
- zero : α
92
-
93
- instance Zero.toOfNat0 {α} [Zero α] : OfNat α (nat_lit 0 ) where
94
- ofNat := ‹Zero α›.1
95
-
96
90
class One (α : Type u) where
97
91
one : α
98
92
Original file line number Diff line number Diff line change @@ -4,18 +4,6 @@ https://github.com/leanprover/lean4/pull/2793.
4
4
We find that we need to either specify a named argument or use `..` in certain rewrites.
5
5
-/
6
6
7
- section Mathlib.Init.ZeroOne
8
-
9
- set_option autoImplicit true
10
-
11
- class Zero. {u} (α : Type u) where
12
- zero : α
13
-
14
- instance (priority := 300 ) Zero.toOfNat0 {α} [Zero α] : OfNat α (nat_lit 0 ) where
15
- ofNat := ‹Zero α›.1
16
-
17
- end Mathlib.Init.ZeroOne
18
-
19
7
section Mathlib.Algebra.Group.Defs
20
8
21
9
universe u v w
You can’t perform that action at this time.
0 commit comments