caar

caar : ((cons (cons Z (listof Y)) (listof X)) -> Z)

purpose:
to select the first item of the first list in a list


Intermediate Student with Lambda Language