Added SO link

This commit is contained in:
Justin Ethier 2015-06-04 22:42:43 -04:00
parent ab48faaa5e
commit 1436694c80

View file

@ -136,6 +136,9 @@
(cons
;; Experimental version of call-with-values, but this
;; is not working yet!
;;
;; may want to look at:
;; http://stackoverflow.com/questions/16674214/how-to-implement-call-with-values-to-match-the-values-example-in-r5rs
'(define call-with-values
(lambda (k producer consumer)
(producer