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

Expose non monadic version of Task #52

Open
safareli opened this issue Nov 8, 2016 · 2 comments
Open

Expose non monadic version of Task #52

safareli opened this issue Nov 8, 2016 · 2 comments

Comments

@safareli
Copy link

safareli commented Nov 8, 2016

It will be nice to expose non monadic version of Task for which ap would be parallel.
This version could also implement Alternative where alt would be race

related #50

@safareli
Copy link
Author

safareli commented Feb 6, 2017

One could use concurrify to create non monadic version, which is parallel in ap and is also Alternative, so I think this issue could be closed

@robotlolita
Copy link
Member

I'm still adding a separate parallel task type, but concurrify looks nice :3

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

No branches or pull requests

2 participants