File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Cubical/Data/FinSet/Binary/Small Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ isBinaryEl (un b c e i)
3838 (transp (λ j → ∥ Bool ≃ ua e (i ∨ ~ j) ∥₁) i (isBinaryEl c))
3939 i
4040
41- isBinaryEl' : ∀ ℓ b → isBinary (Lift {j = ℓ} (El b))
41+ isBinaryEl' : ∀ ℓ b → isBinary (Lift ℓ (El b))
4242isBinaryEl' ℓ ℕ₂ = ∣ LiftEquiv ∣₁
4343isBinaryEl' ℓ (un b c e i)
4444 = squash₁
45- (transp (λ j → ∥ Bool ≃ Lift {j = ℓ} (ua e (i ∧ j)) ∥₁) (~ i) (isBinaryEl' ℓ b))
46- (transp (λ j → ∥ Bool ≃ Lift {j = ℓ} (ua e (i ∨ ~ j)) ∥₁) i (isBinaryEl' ℓ c))
45+ (transp (λ j → ∥ Bool ≃ Lift ℓ (ua e (i ∧ j)) ∥₁) (~ i) (isBinaryEl' ℓ b))
46+ (transp (λ j → ∥ Bool ≃ Lift ℓ (ua e (i ∨ ~ j)) ∥₁) i (isBinaryEl' ℓ c))
4747 i
4848
4949isPropIsSetEl : isOfHLevelDep 1 (λ b → isSet (El b))
@@ -108,8 +108,8 @@ structureᵤ = λ where
108108 where
109109 open FS.BinStructure
110110
111- path : Lift Binary ≡ FS.Binary _
111+ path : Lift _ Binary ≡ FS.Binary _
112112 path = ua (compEquiv (invEquiv LiftEquiv) reflect)
113113
114- bs : FS.BinStructure (Lift Binary)
114+ bs : FS.BinStructure (Lift _ Binary)
115115 bs = subst⁻ FS.BinStructure path FS.structure₀
You can’t perform that action at this time.
0 commit comments