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
concat
empty
Arrow
Star
Does not make sense to use concat for composition.
This was a huge mistake on so many levels. A few things need to be done to make these able to be composed.
compose
pipe
pipeS
composeS
The text was updated successfully, but these errors were encountered:
Submitted PR#127 to fully address this here issue. YAY!!
Sorry, something went wrong.
PR#127 has been merged and will go out on the next release. Closing.
No branches or pull requests
Does not make sense to use
concat
for composition.This was a huge mistake on so many levels. A few things need to be done to make these able to be composed.
concat
andempty
fromArrow
concat
fromStar
compose
function toStar
compose
function toArrow
Updatepipe
to composeArrow
s andStar
sUpdatecompose
to composeArrow
s andStar
spipeS
helper to composeArrow
s andStar
s (Semigroupoids)composeS
helper to composeArrow
s andStar
s (Semigroupoids)The text was updated successfully, but these errors were encountered: