- Companion:
- class
Type members
Inherited types
Value members
Inherited methods
Provides an ApplicativeError[F, E] instance for any F, that has a Parallel.Aux[M, F]
and a MonadError[M, E] instance.
I.e. if you have a type M[_], that supports parallel composition through type F[_],
then you can get ApplicativeError[F, E] from MonadError[M, E].
Provides an ApplicativeError[F, E] instance for any F, that has a Parallel.Aux[M, F]
and a MonadError[M, E] instance.
I.e. if you have a type M[_], that supports parallel composition through type F[_],
then you can get ApplicativeError[F, E] from MonadError[M, E].
- Inherited from:
- Parallel
Like Apply.productL, but uses the apply instance corresponding to the Parallel instance instead.
Like Apply.productL, but uses the apply instance corresponding to the Parallel instance instead.
- Inherited from:
- NonEmptyParallel
Like Apply.productR, but uses the apply instance corresponding to the Parallel instance instead.
Like Apply.productR, but uses the apply instance corresponding to the Parallel instance instead.
- Inherited from:
- NonEmptyParallel