[plt-scheme] Re: r6rs import problem

From: kbohdan at mail.ru (kbohdan at mail.ru)
Date: Sun Jun 22 16:34:56 EDT 2008

Answering to myself :) :
> <code>
> #!r6rs
> 
> (import (rnrs)
>         (for (internal utils) expand))

It was just metter of my misinterpretation of 'expand' modfier.
Without it everything is ok.
Sorry for buzz.

> 
> (record (r g b) '(aa bb cc) (b g r))
> ; <<< causes ERROR: "expand: unbound variable in module in: record"
> </code>
> 
> Any ideas ?
> 
> Thanks ahead.
> 
> -- 
> Bohdan
> 
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 



Posted on the users mailing list.