d996ae0065
The simplifier was not promoting the boolean to integer in some cases. I hit this for the add-zero case, and code inspection revealed similar bugs in sub-zero and multiply-one cases.
13 linhas
92 B
Plaintext
13 linhas
92 B
Plaintext
int(0)
|
|
int(0)
|
|
int(1)
|
|
float(1.5)
|
|
int(0)
|
|
int(1)
|
|
int(0)
|
|
int(0)
|
|
int(1)
|
|
float(1.5)
|
|
int(0)
|
|
int(1)
|