JordanMartinez / purescript-cookbook

An unofficial Cookbook for PureScript
MIT License
199 stars 30 forks source link

ParallelAppMExample #274

Closed JordanMartinez closed 3 years ago

JordanMartinez commented 3 years ago

Recipe Name

ParallelAppMExample

Recipe Description

Demonstrates how to use parSequence/parTraverse and how to define a Parallel instance for a ReaderT r Aff-based AppM

This has already been implemented here: https://github.com/purescript/purescript-parallel/pull/31 It just needs to be ported to the cookbook repo.