[CM] S7: empty values list

Elijah Stone elronnd at elronnd.net
Sat Jul 31 14:39:33 PDT 2021


(define f (lambda x x))
(f (values 2 2))                  ; (2 2)
(f (values))                      ; (#<unspecified>)
(apply f (list-values (values)))  ; ()

Why don't the last two expressions have the same result?


More information about the Cmdist mailing list