Fix `when/splice' inconsistent return types #131

Closed
leafac wants to merge 1 commits from patch-1 into master

@ -121,7 +121,7 @@
#'(if COND
(with-handlers ([exn:fail? (λ(exn) (error (format "within when/splice, ~a" (exn-message exn))))])
(SPLICING-TAG BODY ...))
""))]))
'()))]))
(provide when/block) ; bw compat

Loading…
Cancel
Save