Skip to content
New issue

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

More aggressive linting of logic variable occurrences? #27

Open
skeuchel opened this issue Sep 20, 2022 · 0 comments
Open

More aggressive linting of logic variable occurrences? #27

skeuchel opened this issue Sep 20, 2022 · 0 comments

Comments

@skeuchel
Copy link
Member

The linters lint_contract and lint_lemma currently perform what is essentially an occurs check for all logic variables in the arguments and the precondition. If the precondition contains branching, then an occurrence in any branch is sufficient for the linter. Should this be changed to require occurrence in all paths through the precondition?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant