set-car!

set-car! : ((cons Y (listof X)) Y -> void)

purpose:
to update the first item of a non-empty list


Advanced Student Language