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
broadcast use checks that the argument is a broadcast function but broadcast group seems to be missing that check.
broadcast use
broadcast
broadcast group
use vstd::prelude::*; verus!{ proof fn lemma_foo() ensures true {} broadcast group group_foo { lemma_foo, } proof fn lemma_bar() { broadcast use group_foo; } }
cc @utaal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
broadcast use
checks that the argument is abroadcast
function butbroadcast group
seems to be missing that check.cc @utaal
The text was updated successfully, but these errors were encountered: