Skip to content

Commit 7e13086

Browse files
authored
Update Base.agda
fixed the error
1 parent b865c6f commit 7e13086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cubical/Data/Sigma/Base.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ syntax ∃!-syntax A (λ x → B) = ∃![ x ∈ A ] B
5454
-- Instance
5555

5656
instance
57-
Σ-instance : {ℓ ℓ'} {A : Type ℓ} {B : A Type ℓ'} ⦃ x : A ⦄ ⦃ B x ⦄ Σ A B
57+
Σ-instance : {ℓ ℓ'} {A : Type ℓ} {B : A Type ℓ'} ⦃ x : A ⦄ ⦃ _ : B x ⦄ Σ A B
5858
Σ-instance ⦃ x ⦄ ⦃ y ⦄ = (x , y)

0 commit comments

Comments
 (0)