lean2/tests/lean/notation4.lean

8 lines
172 B
Text
Raw Normal View History

import logic data.sigma data.list
open sigma
check ∃ (A : Type₁) (x y : A), x = y
check ∃ (x : num), x = 0
check Σ (x : num), x = 10
check Σ (A : Type₁), list A