Skip to documentation
SLOP

tiny.mprompt.forward

Reference tiny.mprompt forward

Defined in effect.

Returns a clause that passes the operation to the next enclosing handler of the same effect, so an inner handler that answers some operations of an effect lets an outer handler answer the rest.

Called byCallsNo direct callseffectEffectDefinitioneffectoneffectforward
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/mprompt/src/effect.zig:221

zig
/// Returns a clause that passes the operation to the next enclosing handler of the same effect, so/// an inner handler that answers some operations of an effect lets an outer handler answer the/// rest.pub fn forward() ForwardClause {    return .{};}

Source: lib/mprompt/src/root.zig:70

zig
pub const forward = effect.forward;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433