a341643335
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
19 lines
362 B
Text
19 lines
362 B
Text
(* comment *)
|
|
(* (* nested comment *) *)
|
|
Show true
|
|
Set lean::pp::notation false
|
|
Show true && false
|
|
Set 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
|
|
Set lean::p::notation true
|
|
Set lean::pp::notation 10
|
|
Set lean::pp::notation true
|
|
Show a && b
|