We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
f/attempt
f/try*
Think it would be handy to have a macro like f/attempt but wraps val-or-failed in an implicit f/try*.
val-or-failed
Maybe something like f/try? or change f/attempt?:
f/try
(f/try #(f/fail "I failed!: %s" (f/message %)) (throw (ex-info "I throw" {})))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Think it would be handy to have a macro like
f/attempt
but wrapsval-or-failed
in an implicitf/try*
.Maybe something like
f/try
? or changef/attempt
?:The text was updated successfully, but these errors were encountered: