57c0006916
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
10 lines
180 B
Text
10 lines
180 B
Text
universe U >= 3
|
|
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
|