chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #388: eta-reduction is valid in some cases


From: Chicken Trac
Subject: [Chicken-janitors] #388: eta-reduction is valid in some cases
Date: Thu, 16 Sep 2010 08:14:19 -0000

#388: eta-reduction is valid in some cases
-------------------------------+--------------------------------------------
 Reporter:  felix              |       Owner:  felix
     Type:  enhancement        |      Status:  new  
 Priority:  not urgent at all  |   Milestone:       
Component:  compiler           |     Version:  4.6.x
 Keywords:                     |  
-------------------------------+--------------------------------------------
 `(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.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/388>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]