eff
Value members
Inherited methods
apply a function to an Eff value using the applicative instance
apply a function to an Eff value using the applicative instance
- Inherited from:
- EffCreation
use the internal effect as one of the stack effects
use the internal effect as one of the stack effects
- Inherited from:
- EffCreation
peel-off the only present effect, using an Applicative instance where possible
peel-off the only present effect, using an Applicative instance where possible
- Inherited from:
- EffInterpretation
An Eff[R, A] value can be transformed into an Eff[U, A] value provided that all the effects in R are also in U
An Eff[R, A] value can be transformed into an Eff[U, A] value provided that all the effects in R are also in U
- Inherited from:
- EffInterpretation
use the applicative instance of Eff to traverse a list of values, then flatten it
use the applicative instance of Eff to traverse a list of values, then flatten it
- Inherited from:
- EffCreation
create a impure value from an union of effects and a continuation
create a impure value from an union of effects and a continuation
- Inherited from:
- EffCreation
base runner for an Eff value having no effects at all
base runner for an Eff value having no effects at all
This runner can only return the value in Pure because it doesn't known how to interpret the effects in Impure
- Inherited from:
- EffInterpretation
get the pure value if there is no effect
get the pure value if there is no effect
- Inherited from:
- EffInterpretation
create an Eff[R, A] value from an effectful value of type T[V] provided that T is one of the effects of R
create an Eff[R, A] value from an effectful value of type T[V] provided that T is one of the effects of R
- Inherited from:
- EffCreation
use the applicative instance of Eff to sequence a list of values
use the applicative instance of Eff to sequence a list of values
- Inherited from:
- EffCreation
use the applicative instance of Eff to traverse a list of values
use the applicative instance of Eff to traverse a list of values
- Inherited from:
- EffCreation