chore(library/init/core): missing @[inline]
This commit is contained in:
parent
0e4c5d932e
commit
923c8ea9a3
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ class decidable_eq (α : Sort u) :=
|
|||
|
||||
export decidable_eq (dec_eq)
|
||||
|
||||
instance decidable_of_decidable_eq {α : Sort u} (a b : α) [decidable_eq α] : decidable (a = b) :=
|
||||
@[inline] instance decidable_of_decidable_eq {α : Sort u} (a b : α) [decidable_eq α] : decidable (a = b) :=
|
||||
dec_eq a b
|
||||
|
||||
inductive option (α : Type u)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue