forall V1 (p(V1) <-> ((V1 = a and V2 = b and p(V1)) or ( = a and V1 = b and p(V1))))
There seems to be a problem with a variable declaration in the ( = a and ... part.
I’m not sure whether this is the same or a separate issue.
In fact, the following output is generated:
forall V1 (p(V1) <-> ((V1 = a and V2 = b and p(V1)) or ( = a and V1 = b and p(V1))))
There seems to be a problem with a variable declaration in the `( = a and ...` part.
I’m not sure whether this is the same or a separate issue.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
anthem produces an incorrect result for the rule:
instead if saying that such rules are not supported.
Incorrect translationto Incorrect translation of choice rule with multiple elementsIn fact, the following output is generated:
There seems to be a problem with a variable declaration in the
( = a and ...part.I’m not sure whether this is the same or a separate issue.
Fixed by
e85807accb.