2013-09-01 01:46:18 +00:00
|
|
|
(* comment *)
|
|
|
|
(* (* nested comment *) *)
|
|
|
|
Show true
|
|
|
|
Set lean::pp::notation false
|
|
|
|
Show true && false
|
2013-09-03 17:09:19 +00:00
|
|
|
Set pp::unicode false
|
|
|
|
Show true && false
|
2013-09-01 01:46:18 +00:00
|
|
|
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
|