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

Special Handling for Eq Conditions #31

Open
marcusrossel opened this issue Jun 13, 2024 · 1 comment
Open

Special Handling for Eq Conditions #31

marcusrossel opened this issue Jun 13, 2024 · 1 comment

Comments

@marcusrossel
Copy link
Owner

If a rewrite as a condition of the form a = b, then it would be nice if we could check if it is satisfied, without explicitly requiring a fact of this form. For example, this is useful for automated satisfaction of rfl-conditions like 0 = 0, which can pop up in if-then-else expressions.

@marcusrossel
Copy link
Owner Author

A relevant example is List.get?_modifyNth_eq in batteries.

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