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
Currently, the LHS of a lemma must be a function call:
lemma foo x y res = f(x, y, res) ==> <rhs>
We want to allow arbitrary formula on the LHS of a lemma instead:
lemma foo n acc res = Rs(ex v, r1; toss(n, v); ens acc /\ v /\ r1=1 \/ ~(acc /\ v) /\ r1= 0, res) ==> <rhs>
The text was updated successfully, but these errors were encountered:
VietAnh1010
No branches or pull requests
Currently, the LHS of a lemma must be a function call:
We want to allow arbitrary formula on the LHS of a lemma instead:
The text was updated successfully, but these errors were encountered: