lean2/tests/lean/tst2.lean

12 lines
204 B
Text
Raw Normal View History

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