chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #224: map allows non-list arguments


From: Chicken Trac
Subject: [Chicken-janitors] #224: map allows non-list arguments
Date: Fri, 30 Apr 2010 06:16:39 -0000

#224: map allows non-list arguments
----------------------------+-----------------------------------------------
 Reporter:  zbigniew        |       Owner:       
     Type:  defect          |      Status:  new  
 Priority:  critical        |   Milestone:  4.6.0
Component:  core libraries  |     Version:       
 Keywords:                  |  
----------------------------+-----------------------------------------------
 If the first list argument to map is not actually a list, map will just
 return ().  Version: git fd66e1b (master)

 #;1> (map (lambda (x) x) 'foo)
 ()
 #;2> (map 'foo 'foo)
 ()

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/224>
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]