fix: protected on Nat.add_zero
This commit is contained in:
parent
7358df2f7e
commit
178d0ebe4f
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ inductive PNonScalar : Type u where
|
|||
/-- You should not use this function -/
|
||||
| mk (v : Nat) : PNonScalar
|
||||
|
||||
@[simp] theorem Nat.add_zero (n : Nat) : n + 0 = n := rfl
|
||||
@[simp] protected theorem Nat.add_zero (n : Nat) : n + 0 = n := rfl
|
||||
|
||||
theorem optParam_eq (α : Sort u) (default : α) : optParam α default = α := rfl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue