lean2/tests/lean/ex2.lean
Leonardo de Moura 028a9bd9bd feat(frontends/lean/scanner): use Lua style comments in Lean
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 08:53:27 -08:00

18 lines
362 B
Text

-- comment
Show true
SetOption lean::pp::notation false
Show true && false
SetOption pp::unicode false
Show true && false
Variable a : Bool
Variable a : Bool
Variable b : Bool
Show a && b
Variable A : Type
Check a && A
Show Environment 1
Show Options
SetOption lean::p::notation true
SetOption lean::pp::notation 10
SetOption lean::pp::notation true
Show a && b