Skip to content
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

Allow writing "chained flows" #6

Open
ReedOei opened this issue Jan 11, 2021 · 0 comments
Open

Allow writing "chained flows" #6

ReedOei opened this issue Jan 11, 2021 · 0 comments

Comments

@ReedOei
Copy link
Owner

ReedOei commented Jan 11, 2021

Sometimes, it is convenient to use multiple transformers/filters, such as:

X --> f(_) --[ any such that P(Z, _) ]--> Y

This can simply be expanded to:

X --> f(_) --> var __NEW_VAR : TYPE
__NEW_VAR --[ any such that P(Z, _) ]--> Y

This will require knowing what type __NEW_VAR is supposed to be, which should be easy to infer from the return type of f.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant