8c956280d9
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
9 lines
165 B
Text
9 lines
165 B
Text
variable N : Type
|
|
variable a : N
|
|
variable b : N
|
|
print a = b
|
|
check a = b
|
|
set::option lean::pp::implicit true
|
|
print a = b
|
|
print (Type 1) = (Type 1)
|
|
print true = false
|