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

Add linter for specifications well-supported by progress #365

Open
R1kM opened this issue Nov 21, 2024 · 0 comments
Open

Add linter for specifications well-supported by progress #365

R1kM opened this issue Nov 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@R1kM
Copy link
Member

R1kM commented Nov 21, 2024

In the Lean backend, the progress tactic performs a lot of work to automate proofs and handle the Aeneas monadic translation.
However, the current tactic also assumes particular shapes for specifications, which might change as the tactic evolves.

To avoid surprises, it would be useful to detect when applying progress whether function specifications have the expected shape. This could for instance be done either by analyzing goals and hypotheses inside progress, by using a custom linter, or possibly by providing custom syntax for program specification that ensures the correct shape.

@R1kM R1kM added the enhancement New feature or request label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant