Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Study-HTDP
Hi all; Dave i know you are passed this point and am wondering how you
interpreted this exercise. I do not think
that the input is an arb number of lists (in that case you
need a list of list as inputs) ; but (my-append lis1 lis2 lis3) is
limited to 3 inputs
mike
Dave
unread,
Nov 30, 2009, 12:57:53 AM11/30/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Study-HTDP
Hi Mike --
My solution was tailored to 3 inputs, no more, no less:
;my-append : (listof X) (listof X) (listof X) -> (listof X)
;consumes 3 lists of elements, combines them all into a single list
That's the way I read it....
Dave
mike
unread,
Nov 30, 2009, 9:26:00 AM11/30/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Study-HTDP
thanks, Dave
Dave
unread,
Nov 30, 2009, 12:56:14 PM11/30/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message