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
Wouldn't it be more sensible if Result.print would take a second printer for the error type, as Tuple2 does for instance?
Result.print
The text was updated successfully, but these errors were encountered:
I think a to_string would be more useful than a print, but maybe that's off topic.
Sorry, something went wrong.
Batteries value printing facilities may be the main reason I use batteries, that's why I usually insist on such details.
No branches or pull requests
Wouldn't it be more sensible if
Result.print
would take a second printer for the error type, as Tuple2 does for instance?The text was updated successfully, but these errors were encountered: