Return true if is a pair, else false.
Return a newly allocated pair whose car is and whose cdr is .
If is a pair, return the car of the , otherwise raise wrong_type.
If is a pair, return the cdr of the , otherwise raise wrong_type.
Stores in the car field of .
Stores in the cdr field of .