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

Fix eta-expansion in evaluator (copy #2782) #2800

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Aug 27, 2024

For some eta-reduced 'e', we used to bogusly eta-expand to:

\x.(\y. e y) x

We now correctly expand to:

\x.\y.(e x) y

Fixes #2781

Still TODO:

  • Write a changelog entry (see changelog/README.md)
  • Check copyright notices are up to date in edited files

This is an automatic copy of pull request #2782 done by [Mergify](https://mergify.com).

For some eta-reduced 'e', we used to bogusly eta-expand to:

\x.(\y. e y) x

We now correctly expand to:

\x.\y.(e x) y

Fixes #2781

(cherry picked from commit f946617)
@christiaanb christiaanb merged commit 4876b14 into 1.8 Aug 27, 2024
17 checks passed
@christiaanb christiaanb deleted the mergify/copy/1.8/pr-2782 branch August 27, 2024 11:38
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

Successfully merging this pull request may close these issues.

1 participant