fix missing definition in solutions

This commit is contained in:
Russell McClellan 2021-12-04 20:07:03 -05:00
parent e72c0cb434
commit e095fbaf4b
No known key found for this signature in database
GPG Key ID: FA0387FD6F62612C

View File

@ -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 ()