lean2/tests/lean/arith6.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

12 lines
No EOL
172 B
Text

SetOption pp::unicode false
Show 3 | 6
Eval 3 | 6
Eval 3 | 7
Eval 2 | 6
Eval 1 | 6
Variable x : Int
Eval x | 3
Eval 3 | x
Eval 6 | 3
SetOption pp::notation false
Show 3 | x