lean2/tests/lean/tst2.lean
Leonardo de Moura dd72269b13 feat(frontends/lean): rename command Set to SetOption
It is not nice to have Set as a reserved keyword. See example examples/lean/set.lean

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-18 21:18:48 -08:00

11 lines
193 B
Text

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