Open
Description
Is there a reason for there to not be an instance for Eff
proper? I know in JS its "technically" not parallel. But if Eff
was implemented on a true multi-threaded platform like the JVM, it definitely would be possible. Also I'd argue that a MonadPar
instance for Eff
is no different than MonadPar
for Aff
where you liftEff
everything.