Word description Constructs a cons object for a lazy list from two quotations. The car quotation should return the head of the list, and the cons quotation the tail when called. When cons or cdr are called on the lazy-cons object then the appropriate quotation is called.