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

Branching combinators #15

Open
2 tasks
flupe opened this issue Jul 7, 2023 · 0 comments · May be fixed by #18
Open
2 tasks

Branching combinators #15

flupe opened this issue Jul 7, 2023 · 0 comments · May be fixed by #18

Comments

@flupe
Copy link
Owner

flupe commented Jul 7, 2023

Currently we can run things in parallel but not branch over task outputs.
Two things are missing:

  • At first a branching combinator over boolean values (or Either a b)
  • The ability to desugar regular haskell pattern-matching into these combinators, for any ADT.
@flupe flupe linked a pull request Nov 26, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant