lean2/tests/lean/ex2.lean
Leonardo de Moura 9f08156a73 feat(frontends/lean/parser): combine Echo and Show commands into the 'print' command
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 11:03:35 -08:00

18 lines
369 B
Text

-- comment
print true
SetOption lean::pp::notation false
print true && false
SetOption pp::unicode false
print true && false
Variable a : Bool
Variable a : Bool
Variable b : Bool
print a && b
Variable A : Type
Check a && A
print Environment 1
print Options
SetOption lean::p::notation true
SetOption lean::pp::notation 10
SetOption lean::pp::notation true
print a && b