Hyperlinkv0.8.0-beta.28

Result

Result.ResultTypeLambdainterfaceeffect/Result.ts:218
ResultTypeLambda

Higher-kinded type representation for Result.

Details

Used internally to integrate Result with generic type-class utilities (e.g., map, flatMap abstractions). You typically do not need to reference this directly.

type lambdas
Source effect/Result.ts:2183 lines
export interface ResultTypeLambda extends TypeLambda {
  readonly type: Result<this["Target"], this["Out1"]>
}
Referenced by 4 symbols