Syntax extensions for Parallel require Monad[M], but implementation doesn't · Issue #2254 · typelevel/cats · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered today that to use syntax extension for
parTraverse
/parSequence
, aMonad[M]
instance is required.While
Parallel.parTraverse
is defined as follows (notice lack ofMonad[M]
)Same is true for
parSequence
. Is that an oversight?The text was updated successfully, but these errors were encountered: