4 lines
127 B
Text
4 lines
127 B
Text
∃ (A : Type) (x y : A), x = y : Prop
|
||
∃ (x : ℕ), x = 0 : Prop
|
||
Σ' (x : ℕ), x = 10 : Type
|
||
Σ (A : Type), List A : Type 1
|