4 lines
136 B
Text
4 lines
136 B
Text
∃ (A : Type₁) (x y : A), x = y : Prop
|
|
∃ (x : num), x = 0 : Prop
|
|
Σ (x : num), x = 10 : Type₁
|
|
Σ (A : Type₁), list A : Type₂
|