default to fastboolean eval

This commit is contained in:
Marcell Vazquez-Chanlatte 2017-02-28 13:32:54 -08:00
parent a34e4c2b0e
commit a8e84a3761
4 changed files with 17 additions and 6 deletions

View file

@ -40,7 +40,7 @@ def _(stl):
@pointwise_sat.register(stl.Neg)
def _(stl):
return lambda x, t: not pointwise_sat(arg)(x, t)
return lambda x, t: not pointwise_sat(stl.arg)(x, t)
op_lookup = {