[][src]Macro eff::perform_from

macro_rules! perform_from {
    ($eff:expr) => { ... };
}

Runs an effectful computation under the current context

When the computation performs an effect, this computation re-performs it as is