[plt-scheme] HtDP newbie question, 12.4.2
(append (list 'A) (list 'X 'T)) = (list 'A 'X 'T)
Matthias Felleisen <matthias at ccs.neu.edu> wrote:
Here is a definition of 'adding in the missing element':
* If a list X misses the symbol 'A (at the front), how do you get a list that has the 'A and all of X?
* X = (list 'X 'T) and 'A --> I want (list 'A 'X 'T). How do I do that?
-- Matthias
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080328/f7435c14/attachment.html>