[plt-scheme] Re: r6rs import problem
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
>