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

Preconditions in compiler translation #54

Open
hrutvik opened this issue Jul 4, 2023 · 0 comments
Open

Preconditions in compiler translation #54

hrutvik opened this issue Jul 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@hrutvik
Copy link
Collaborator

hrutvik commented Jul 4, 2023

Currently, translating the PureCake compiler produces many preconditions. Some of these are due to the translator itself (e.g. requiring more congruence rules). But some could potentially be avoided on the PureCake side, or discharged via manual proof. This issue is about going through these to figure out exactly what needs to be done, and doing as much of it as possible from the PureCake side.

@hrutvik hrutvik added the bug Something isn't working label Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant