have a question and it is that I am trying to define a recursively defined foldl function in Racket. Here is my approach:
(define foldl (lambda (z c xs) (match xs (em