natefaubion / purescript-run

An extensible-effects implementation
MIT License
158 stars 14 forks source link

Implemented a Parallel instance #33

Open prescientmoon opened 3 years ago

prescientmoon commented 3 years ago

Run cannot be used for coroutines because it lacks an instance of Parallel.

Aff has a parllel instance, so this pr attempts to wrap that.