(defmacro continue-with [value] "Use in a tail position of a 'handle' form to cause the currently running 'raise' to return the given 'value'." `[::continue-with ~value])
Comments top
No comments for continue-with. Log in to add a comment.