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
In most cases more natural form seems compose(f1, f2, f3) than f1.compose(f2, f3).
compose(f1, f2, f3)
f1.compose(f2, f3)
It'll be great if compose method supports evaluation with no context value
compose
The text was updated successfully, but these errors were encountered:
c6a19d7
It was actually addressed with 2bafef7 and published with v0.10.49
Sorry, something went wrong.
medikoo
No branches or pull requests
In most cases more natural form seems
compose(f1, f2, f3)
thanf1.compose(f2, f3)
.It'll be great if
compose
method supports evaluation with no context valueThe text was updated successfully, but these errors were encountered: