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

Use LeanApplier for all Rewrites? #34

Open
marcusrossel opened this issue Sep 30, 2024 · 1 comment
Open

Use LeanApplier for all Rewrites? #34

marcusrossel opened this issue Sep 30, 2024 · 1 comment

Comments

@marcusrossel
Copy link
Owner

Right now we use the LeanApplier only for rewrites coming from Lean, but not those hardcoded by us in Rust. This might cause problems because that means that we don't get capture avoidance, etc. for those rewrites.

@marcusrossel marcusrossel changed the title Use LeanApplier for all Rewrites Use LeanApplier for all Rewrites Sep 30, 2024
@marcusrossel marcusrossel changed the title Use LeanApplier for all Rewrites Use LeanApplier for all Rewrites? Oct 5, 2024
@marcusrossel
Copy link
Owner Author

We'd have to take care not to disable rewrites on primitive constructors in that case.

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