default to fastboolean eval
This commit is contained in:
parent
a34e4c2b0e
commit
a8e84a3761
4 changed files with 17 additions and 6 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue