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
|
|
|
|
setoption lean::pp::implicit true
|
2014-01-05 19:03:35 +00:00
|
|
|
print a = b
|
|
|
|
print (Type 1) = (Type 1)
|
|
|
|
print true = false
|