lean2/examples/ex11.lean
Leonardo de Moura f1462dc51e Change lean frontend specific options. Now, frontend specific options must begin with the frontend name.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-08-22 10:55:55 -07:00

12 lines
182 B
Text

Show Options
Variable a : Bool
Variable b : Bool
Show a/\b
Set lean::pp::notation false
Show Options
Show a/\b
Show Environment 5
Set lean::pp::notation true
Show Options
Show a/\b