lean4-htt/tests/lean/notation4.lean.expected.out
2017-01-30 12:50:18 -08:00

4 lines
127 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 1