make t=0 default in boolean eval
This commit is contained in:
parent
9098cff929
commit
b3bba24336
2 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ class AST(object):
|
|||
|
||||
while phi2 != phi:
|
||||
phi2, phi = phi, AP_lens(phi).modify(update)
|
||||
# TODO: this is hack to flatten the AST. Fix!
|
||||
|
||||
return phi
|
||||
|
||||
def __hash__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue