chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #578: use with import specifiers has no effect for in


From: Chicken Trac
Subject: [Chicken-janitors] #578: use with import specifiers has no effect for internal modules on the top-level
Date: Thu, 26 May 2011 19:19:06 -0000

#578: use with import specifiers has no effect for internal modules on the top-
level
----------------------------+-----------------------------------------------
 Reporter:  syn             |       Owner:       
     Type:  defect          |      Status:  new  
 Priority:  minor           |   Milestone:  4.7.0
Component:  core libraries  |     Version:  4.6.x
 Keywords:                  |  
----------------------------+-----------------------------------------------
 For example:

 {{{
 #;1> (use (prefix srfi-1 list-))
 #;2> list-take

 Error: unbound variable: list-take
 #;2> (import (prefix srfi-1 list-))
 #;3> list-take
 #<procedure (f_1899 lis232 k233)>
 }}}

 {{{use}}} without import specifiers however acts like a plain
 {{{import}}}.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/578>
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]