[plt-scheme] Re: HTDP Exercise 12.4.2 ... Help!

From: S Brown (ontheheap at gmail.com)
Date: Tue Apr 28 14:46:50 EDT 2009

On Apr 28, 3:50 am, Emeka <emekami... at gmail.com> wrote:
> This is what you posted  initially (insert-everywhere/in-all-words 's (list
> (list 'm 'e) (list 'x))) . Try it out in your in function, I would like to
> know how it plays out.
>
> Emeka

(insert-everywhere/in-all-words 's (list (list 'm 'e) (list 'x)))

(list (list 's 'm 'e) (list 'm 's 'e) (list 'm 'e 's) (list 's 'x)
(list 'x 's))


Posted on the users mailing list.