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
Instead of
A function that returns errors or throws exceptions is an example of a partial function.
Maybe we should remove the returns error part:
A function that throws exceptions is an example of a partial function.
If a function returns an error it may still be pure.
The text was updated successfully, but these errors were encountered:
Hey @SHND could you point me to the line?
Sorry, something went wrong.
functional-programming/README.md
Line 2299 in d741a9d
No branches or pull requests
Instead of
Maybe we should remove the returns error part:
If a function returns an error it may still be pure.
The text was updated successfully, but these errors were encountered: