lean2/tests/lean/tst2.lean
Leonardo de Moura 57c0006916 chore(*): cleanup lean builtin symbols, replace :: with _
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-09 08:33:52 -08:00

11 lines
202 B
Text

print options
variable a : Bool
variable b : Bool
print a/\b
set_option lean::pp::notation false
print options
print a/\b
print environment 2
set_option lean::pp::notation true
print options
print a/\b