F22 CS115 Final Reference Sheet
F22 CS115 Final Reference Sheet
Warning: You may use built-in functions that do not appear on this Reference Sheet, provided they meet the requirements
of the question and you were permitted to use them on any of the assignments.
Data Definitions
;; A (listof τ) is one of:
;; * empty
;; * (cons τ (listof τ))