Skip to main content Link Search Menu Expand Document (external link)

Alternative.ts overview

Since v0.24.0


Exports Grouped by Category


type class

Alternative (interface)

Signature

export interface Alternative<F extends TypeLambda> extends SemiAlternative<F>, Coproduct<F> {}

Source

Since v0.24.0