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

4 lines
120 B
Text
Raw Normal View History

Exists (fun (x : A), (p x)) : bool
Exists (fun (x : A), (Exists (fun (y : A), (q x y)))) : bool
fun (x : A), x : A -> A