lean2/tests/lean/t11.lean.expected.out

4 lines
111 B
Text
Raw Normal View History

Exists (λ (x : A), p x) : bool
Exists (λ (x : A), Exists (λ (y : A), q x y)) : bool
λ (x : A), x : A → A