purescript/purescript-parallel

Port Parallel guide to this repo

JordanMartinez opened this issue · 3 comments

In my effort for doing JordanMartinez/purescript-jordans-reference#472, I would like to port two files to this repo:

  • Syntax, which covers the main API here and a general idea for how it works.
  • Instances for Parallel, which covers how to implement a Parallel instance for a ReaderT-based monad for one's application.

What issues, if any, would arise if I do this?

Sounds good to me! Since it's all code, I think adding it to an examples directory and linking to it from the readme would probably make the most sense.

Sounds good! I'll try to get to this tonight.

This can be closed as the code was ported to the cookbook repo.