You do not have permission to delete messages in this group
Copy link
Report message
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 byu-cs-330-Fall-2011
Are we to assume that cons takes in a type T1 as an argument and a list of type T1 or can the second argument in the cons be of a different type (i.e. T2)?
(cons T1 list(T1)) or (cons T1 list(T2)) or even (cons T1 (cons T2 (cons T3 empty)))
Jay McCarthy
unread,
Nov 26, 2011, 3:11:11 PM11/26/11
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
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 byu-cs-330...@googlegroups.com, byu-cs-330-Fall-2011