[plt-scheme] Help!!

From: Paulo Jorge Matos (pocmatos at gmail.com)
Date: Tue Oct 25 10:15:06 EDT 2005

Since string-upcase is already provided my PLT-Scheme, the one on the
srfi clashes with the required one so you should prefix you module
declaration with something like:

(module my13 mzscheme
   (require (prefix srfi13: (lib "13.ss" "srfi")))
)

Now, every function you call from the srfi prefix with srfi13:.

Cheers,

Paulo Matos

On 21/10/05, geb a <geb_a at yahoo.com> wrote:
>
> Can someone tell me why this code yields an error when
> executed in module language?
>
> (module my13 mzscheme
>   (require (lib "13.ss" "srfi"))
> )
>
> Thank you for your time!
>
>
>
>
> __________________________________
> Yahoo! Mail - PC Magazine Editors' Choice 2005
> http://mail.yahoo.com
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


--
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group


Posted on the users mailing list.