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
Execution has a more efficient Applicative.join than using flatMap. When we publish the next version we should override join with Execution.zip.
Also, TypedPipe is a Functor, but also Applicative (if it is useful). Applicative comes from cross. It is a bit hard to imagine, an the moment, a uses example of generalizing Applicative on TypedPipe, but Functor is pretty obvious.
The text was updated successfully, but these errors were encountered:
Execution has a more efficient Applicative.join than using flatMap. When we publish the next version we should override join with Execution.zip.
Also, TypedPipe is a Functor, but also Applicative (if it is useful). Applicative comes from cross. It is a bit hard to imagine, an the moment, a uses example of generalizing Applicative on TypedPipe, but Functor is pretty obvious.
The text was updated successfully, but these errors were encountered: