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

Intention/inspection about eta-convertible expressions #357

Open
knisht opened this issue Feb 8, 2022 · 0 comments
Open

Intention/inspection about eta-convertible expressions #357

knisht opened this issue Feb 8, 2022 · 0 comments

Comments

@knisht
Copy link
Collaborator

knisht commented Feb 8, 2022

Sometimes it makes sense to replace a function passed as an argument with a lambda expression. It may arise when some implicit argument should be explicitly specified.
Also, eta-long expressions may appear after the "extract function" refactoring or some debugging of type-checking errors.
The IDE can provide refactoring, allowing replacing eta-long with eta-short expressions interchangeably.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants