mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added SO link
This commit is contained in:
parent
ab48faaa5e
commit
1436694c80
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue