pub const EFFECT_RESULT_METHODS: &[KernelMethod];Expand description
The Effect[Result[T, E]] combinators (v0.152, ADR 0176 — design doc
§2.8.3): the compiler-synthesised methods on the universal cross-context
shape. mapOk/mapErr transform the success/error value; flatMapOk
chains a further effectful-fallible step; flatMapErr attempts an effectful
recovery.