Skip to content

Commit

Permalink
another minor universe level generalisation (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
awswan authored Jan 6, 2025
1 parent a126e3f commit 2f085f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cubical/HITs/Nullification/Properties.agda
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ isNullIsEquiv nullX nullY f =

isNullEquiv :
{ℓα ℓs ℓ} {A : Type ℓα} {S : A Type ℓs}
{X Y : Type ℓ} isNull S X isNull S Y isNull S (X ≃ Y)
{X : Type ℓ} {Y : Type ℓ'} isNull S X isNull S Y isNull S (X ≃ Y)
isNullEquiv nullX nullY = isNullΣ (isNullΠ (λ _ nullY)) (isNullIsEquiv nullX nullY)

isNullIsOfHLevel : (n : HLevel) isNull S X isNull S (isOfHLevel n X)
Expand Down

0 comments on commit 2f085f5

Please sign in to comment.