We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
theorem T: all P:bool, Q:bool. if P and (if P then Q) then Q proof arbitrary P:bool, Q:bool assume prem: (P and (if P then Q)) end
error:
/Users/jsiek/deduce/test/should-error/suffices_implies_hole.pf:3.23-4.37: incomplete proof Goal: Q Givens: prem: (P and (if P then Q))
The 3.23 points to the second bool in the arbitrary statement, which is rather odd.
3.23
bool
arbitrary
The text was updated successfully, but these errors were encountered:
Yeah, that was my way of trying to highlight the last statement in the proof
I can change it to highlighting the end token
end
Sorry, something went wrong.
No branches or pull requests
error:
The
3.23
points to the secondbool
in thearbitrary
statement, which is rather odd.The text was updated successfully, but these errors were encountered: