fix missing definition in solutions
This commit is contained in:
parent
e72c0cb434
commit
e095fbaf4b
@ -43,7 +43,7 @@ pathEmpty : (A : Type) → Type₁
|
||||
pathEmpty A = A ≡ ⊥
|
||||
|
||||
isoEmpty : (A : Type) → Type
|
||||
isoEmpty A = {!!}
|
||||
isoEmpty A = A ≅ ⊥
|
||||
|
||||
outOf⊥ : (A : Type) → ⊥ → A
|
||||
outOf⊥ A ()
|
||||
|
Loading…
Reference in New Issue
Block a user