lean2/tests/lean/tst2.lean

12 lines
200 B
Text
Raw Normal View History

print Options
Variable a : Bool
Variable b : Bool
print a/\b
SetOption lean::pp::notation false
print Options
print a/\b
print Environment 2
SetOption lean::pp::notation true
print Options
print a/\b