lean2/tests/lean/ex2.lean
Leonardo de Moura a3bbd9fbb5 Minimize use the colors in tests. The colors make the diff hard to read
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-09-01 10:34:57 -07:00

18 lines
342 B
Text

(* comment *)
(* (* nested comment *) *)
Set pp::colors false
Show true
Set lean::pp::notation 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
Set lean::p::notation true
Set lean::pp::notation 10
Set lean::pp::notation true
Show a && b