origamitower / folktale

[not actively maintained!] A standard library for functional programming in JavaScript
https://folktale.origamitower.com/
MIT License
2.04k stars 102 forks source link

Expose non monadic version of Task #52

Open safareli opened 7 years ago

safareli commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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