Rewrite {b}<>->f as (!b)|f instead of b->f.
* src/ltlast/binop.cc, src/ltlast/binop.hh: Here. * doc/tl/tl.tex, src/ltltest/equals.test: Adjust.
This commit is contained in:
parent
098e121a36
commit
f68f639e68
4 changed files with 8 additions and 7 deletions
|
|
@ -842,7 +842,7 @@ formula $b$, the following rewritings are systematically performed
|
|||
& \ratgroup{\eword}\Esuffix f&\equiv \0
|
||||
& \ratgroup{\eword} & \equiv \0
|
||||
& \nratgroup{\eword} & \equiv \1 \\
|
||||
\ratgroup{b}\Asuffix f&\equiv b\IMPLIES f
|
||||
\ratgroup{b}\Asuffix f&\equiv (\NOT{b})\OR f
|
||||
& \ratgroup{b}\Esuffix f&\equiv b\AND f
|
||||
& \ratgroup{b} &\equiv b
|
||||
& \nratgroup{b} &\equiv \NOT b\\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue