From 1436694c80052df9be047ed0358a9e308f9a35d1 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 4 Jun 2015 22:42:43 -0400 Subject: [PATCH] Added SO link --- cyclone.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cyclone.scm b/cyclone.scm index f0707a6b..5c65a03a 100644 --- a/cyclone.scm +++ b/cyclone.scm @@ -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