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