Opened 14 years ago
Closed 14 years ago
#388 closed enhancement (wontfix)
eta-reduction is valid in some cases
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | not urgent at all | Milestone: | |
Component: | compiler | Version: | 4.6.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
(lambda (v1 ...) (f v1 ...))
can be reduced to f
, if f
is a safe global, if in unsafe mode, or if f
is a standard/extended binding.
Note: See
TracTickets for help on using
tickets.
This must also check argument variables for not being global. In the end too many special cases for too little gain.