You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Behavior would be similar to that of next(...) in JTLV. Implementation should be straightforward, basically an extra parsing step in which primes are pushed into subformulae until they act directly on variables. For instance, one could write
[](x | y | z)'
which would be semantically equivalent to
[](x' | y' | z')
The text was updated successfully, but these errors were encountered:
Behavior would be similar to that of next(...) in JTLV. Implementation should be straightforward, basically an extra parsing step in which primes are pushed into subformulae until they act directly on variables. For instance, one could write
[](x | y | z)'
which would be semantically equivalent to
[](x' | y' | z')
The text was updated successfully, but these errors were encountered: