chore(library/init/core): remove todo
This commit is contained in:
parent
1935986f3c
commit
8f6444c76a
1 changed files with 1 additions and 2 deletions
|
|
@ -1395,8 +1395,7 @@ end plift
|
|||
class inhabited (α : Sort u) :=
|
||||
(default : α)
|
||||
|
||||
-- TODO: mark as opaque
|
||||
def default (α : Sort u) [inhabited α] : α :=
|
||||
constant default (α : Sort u) [inhabited α] : α :=
|
||||
inhabited.default α
|
||||
|
||||
@[inline, irreducible] def arbitrary (α : Sort u) [inhabited α] : α :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue