vprover / vampire

The Vampire Theorem Prover
https://vprover.github.io/
Other
282 stars 49 forks source link

A different operator precedence when parsing HOL? #553

Closed quickbeam123 closed 1 month ago

quickbeam123 commented 3 months ago

Geoff writes:

Part of the cause of this confusion is that Vampire (and E) still parses ...
    ! [X:$o] : X = X
... incorrectly, as ...
    (! [X:$o] : X) = X
...
<and explains that uses a workaround for now, to always create     ! [X:$o] : (X = X) for us>
...
deep in your heart, don't you want to do the right thing and fix the parsing?

I guess the fix requires making sure that = binds stronger than a quantifier?

MichaelRawson commented 1 month ago

This caused some e-mail discussion and last I heard Geoff was confused about it and it needed a re-think. Closing for now.