Closed mflatt closed 1 month ago
Implements the suggestion in #872
In cp0, replace (call/cc (lambda (k) body)) with just body when k is not referenced in body.
(call/cc (lambda (k) body))
body
k
Implements the suggestion in #872
In cp0, replace
(call/cc (lambda (k) body))
with justbody
whenk
is not referenced inbody
.