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

SeLFiE: make the caching mechanism for dive-in constructs modifier-sensitive? #165

Open
yutakang opened this issue Aug 14, 2020 · 1 comment
Assignees
Labels

Comments

@yutakang
Copy link
Collaborator

The current implementation assumes that modifiers (arguments to the induction tactic) are not used in any inner assertions.
This is often true, and I do not see any concrete use case where I want to refer to modifiers within inner assertions.
But such cases are not explicitly banned.

I should either

  • ban such cases,
  • or modify the caching mechanism.
@yutakang yutakang self-assigned this Aug 14, 2020
@yutakang
Copy link
Collaborator Author

It is mostly about Eval_Unary.ML

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

No branches or pull requests

1 participant