Suppose I have a list, but I want to convert it into values. For example:
values
(define (f mylist) (values ...)) ; <- What do I write here?