lean2/tests/lean/run/t1.lean
Leonardo de Moura cffbae3667 test(tests/lean/run): add new test group, where we just execute Lean (and don't check output)
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-06-11 21:07:23 -07:00

8 lines
278 B
Text

print raw ((Bool))
print raw Bool
print raw fun (x y : Bool), x x
print raw fun (x y : Bool) {z : Bool}, x y
print raw λ [x y : Bool] {z : Bool}, x z
print raw Pi (x y : Bool) {z : Bool}, x
print raw ∀ (x y : Bool) {z : Bool}, x
print raw forall {x y : Bool} w {z : Bool}, x