Returns #t if any element of lst satisfies pred, #f otherwise (see EOPL).
Course: Principles of Programming Languages, Monsoon 2019
Taught by: Prof. Venkatesh Chopella
See main.rkt for code.
Returns #t if any element of lst satisfies pred, #f otherwise (see EOPL).
Course: Principles of Programming Languages, Monsoon 2019
Taught by: Prof. Venkatesh Chopella
See main.rkt for code.