e42b616438
Given a heterogenous equality: a == b The normalizer will only reduce it if a and b are objects of the same kind. Now, 1 == true is not reduced to false anymore. Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
10 lines
142 B
Text
10 lines
142 B
Text
Set: pp::colors
|
||
Set: pp::unicode
|
||
Imported 'Int'
|
||
1 == ⊤
|
||
1 == 1
|
||
1 == 1
|
||
⊤ == 1
|
||
Nat::add == 1
|
||
Nat::add == Nat::mul
|
||
Int::add == Int::mul
|