fix(library/init/logic): typo
This commit is contained in:
parent
ac87de33e7
commit
382928f0fa
1 changed files with 1 additions and 1 deletions
|
|
@ -787,7 +787,7 @@ protected definition inhabited.value {A : Type u} : inhabited A → A :=
|
|||
λ h, inhabited.rec (λ a, a) h
|
||||
|
||||
attribute [inline]
|
||||
protected definition inhabited.destruct {A : Type u} {B : Type u} (H1 : inhabited A) (H2 : A → B) : B :=
|
||||
protected definition inhabited.destruct {A : Type u} {B : Type v} (H1 : inhabited A) (H2 : A → B) : B :=
|
||||
inhabited.rec H2 H1
|
||||
|
||||
attribute [inline]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue