-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
Multi-input pipelines don't construct properly #121
Comments
@hobu I took a look; some notes:
|
The second syntax looks easier to read, but can it actually be made to work as we expect? I guess I would be happy with the first proposed syntax working even if it is verbose to write. |
Regardless of the syntax for multiple inputs, the first thing to be decided is the (1) above: should the pipe operator be (left) associative or not? In other words is
equivalent to
(where [b] can be simplified to
|
@gsakkis Complex pipelines with branches in them don't seem to construct properly with the bindings. It could be my usage is incorrect or not being provided as expected, or the bindings don't support branched pipelines as currently written. Can you take a look?
Expected output
Produced output
But I end up with
Example code
Example output
The text was updated successfully, but these errors were encountered: