[plt-scheme] Re: Question about map
Ok, upon further investigation I see:
> map
#<procedure:mmap>
>
Is there a way to have the vanilla flavor map (other than writing it myself?).
Marco
On Thu, Jul 3, 2008 at 3:16 PM, Marco Morazan <morazanm at gmail.com> wrote:
> Hi All,
>
> I am using v4.0.1.
>
> This code: (map caadr localdefs)
>
> Produces this error:
>
> mcar: expects argument of type <mutable-pair>; given #<undefined>
>
> My code does not use mcar anywhere. I must assume it has to do with
> the implementation of map (?).
>
> Any pointers much appreciated.
>
> Cheers,
>
> Marco
>