2014-01-08 20:34:55 +00:00
|
|
|
universe U >= 3
|
2014-01-05 20:05:08 +00:00
|
|
|
variable N : Type
|
|
|
|
variable a : N
|
|
|
|
variable b : N
|
2014-01-05 19:03:35 +00:00
|
|
|
print a = b
|
2014-01-05 20:05:08 +00:00
|
|
|
check a = b
|
2014-01-09 16:33:52 +00:00
|
|
|
set_option lean::pp::implicit true
|
2014-01-05 19:03:35 +00:00
|
|
|
print a = b
|
|
|
|
print (Type 1) = (Type 1)
|
|
|
|
print true = false
|