Skip to content

Commit 933df36

Browse files
authored
Remove the instance
1 parent ae50c10 commit 933df36

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Cubical/Data/Sigma/Base.agda

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,3 @@ infix 2 ∃!-syntax
5050
∃!-syntax = ∃!
5151

5252
syntax ∃!-syntax A (λ x B) = ∃![ x ∈ A ] B
53-
54-
-- Instance
55-
56-
instance
57-
Σ-instance : {ℓ ℓ'} {A : Type ℓ} {B : A Type ℓ'} ⦃ x : A ⦄ ⦃ _ : B x ⦄ Σ A B
58-
Σ-instance ⦃ x ⦄ ⦃ y ⦄ = (x , y)

0 commit comments

Comments
 (0)