intellij-arend icon indicating copy to clipboard operation
intellij-arend copied to clipboard

Intention/inspection about eta-convertible expressions

Open knisht opened this issue 3 years ago • 0 comments

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.

knisht avatar Feb 08 '22 17:02 knisht