Package: @effect/printer
Module: Flatten
Represents a FlattenResult where A is likely flatter than the input.
Signature
export interface Flattened<A> extends Flatten.Variance<A> {
readonly _tag: "Flattened"
readonly value: A
}
Since v1.0.0