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

Ramsay t/u casereduce #6591

Merged
merged 4 commits into from
Oct 22, 2024
Merged

Ramsay t/u casereduce #6591

merged 4 commits into from
Oct 22, 2024

Conversation

ramsay-t
Copy link
Contributor

Translation Relation and Decision Procedure for CaseReduce.

The translation relation seems valid based on the Haskell code. There is a small example at the bottom of the Agda file that demonstrates the process on a single instance. For a repeated application, the compiler applies some true beta-reduction in between applications, which (deliberately) isn't implemented in these translation relations. It will be important to see if that occurs as separate phases in the implementation.

Fixes #6369

Copy link
Contributor

@effectfully effectfully left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like we finally have one translation relation that isn't tricky.

@ramsay-t ramsay-t merged commit 9b4e76a into master Oct 22, 2024
10 of 11 checks passed
@ramsay-t ramsay-t deleted the ramsay-t/u-casereduce branch October 22, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Translation relation and decision procedure for UPLC CaseReduce
2 participants