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

Extend framework for specification inference? #36

Open
kiranandcode opened this issue Oct 5, 2022 · 0 comments
Open

Extend framework for specification inference? #36

kiranandcode opened this issue Oct 5, 2022 · 0 comments
Labels
long-term Longer term requests

Comments

@kiranandcode
Copy link
Member

This idea was suggested by @mkeoliya - one possible way we could use proof reduction in the future is to use it for specification inference as well. Given an OCaml program - as the OCaml typesystem provides some constraints, we can infer what the footprint of a program is quite easily. Then, we can look for any higher order functions in the body of a program, look up the lemmas of them in Coq, and use the proof reduction to quickly test out candidates.

@kiranandcode kiranandcode added the long-term Longer term requests label Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
long-term Longer term requests
Projects
None yet
Development

No branches or pull requests

1 participant