o Make type (cons *) the same as type (cons t) by smashing (cons *)
into (cons t). o The type (cons nil *) and (cons * nil) are both of type nil. Check for this and make it so.
Please register or sign in to comment
into (cons t). o The type (cons nil *) and (cons * nil) are both of type nil. Check for this and make it so.