Expand description
Pure stdlib builtins — string, numeric, list, option, result, json
ops dispatched via the same EffectHandler interface as effects, but
without policy gates (they have no observable side effects).
Functions§
- is_
pure_ module kindis one of the known pure module aliases — used by the policy walk to skip pure builtins that programs reference via imports.- try_
pure_ builtin - Returns Some(…) if
(kind, op)names a known pure builtin.Nonemeans “not handled here; fall through to effect dispatch”.