Package: effect
Module: Result
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.
Signature
export interface ResultTypeLambda extends TypeLambda {
readonly type: Result<this["Target"], this["Out1"]>
}
Since v4.0.0