2014-01-05 16:52:46 +00:00
|
|
|
-- comment
|
2014-01-05 19:03:35 +00:00
|
|
|
print true
|
2014-01-06 05:45:31 +00:00
|
|
|
set::option lean::pp::notation false
|
2014-01-05 19:03:35 +00:00
|
|
|
print true && false
|
2014-01-06 05:45:31 +00:00
|
|
|
set::option pp::unicode false
|
2014-01-05 19:03:35 +00:00
|
|
|
print true && false
|
2014-01-05 20:05:08 +00:00
|
|
|
variable a : Bool
|
|
|
|
variable a : Bool
|
|
|
|
variable b : Bool
|
2014-01-05 19:03:35 +00:00
|
|
|
print a && b
|
2014-01-05 20:05:08 +00:00
|
|
|
variable A : Type
|
|
|
|
check a && A
|
|
|
|
print environment 1
|
|
|
|
print options
|
2014-01-06 05:45:31 +00:00
|
|
|
set::option lean::p::notation true
|
|
|
|
set::option lean::pp::notation 10
|
|
|
|
set::option lean::pp::notation true
|
2014-01-05 19:03:35 +00:00
|
|
|
print a && b
|