make t=0 default in boolean eval

This commit is contained in:
Marcell Vazquez-Chanlatte 2017-11-26 20:40:44 -08:00
parent 9098cff929
commit b3bba24336
2 changed files with 2 additions and 2 deletions

View file

@ -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):