Package: effect
Module: Option
Type lambda interface for higher-kinded type encodings with Option.
When to use
Use when defining higher-kinded abstractions that must accept optional-value types as one of their type-lambda inputs.
Signature
export interface OptionTypeLambda extends TypeLambda {
readonly type: Option<this["Target"]>
}
Since v2.0.0