FSharpPlus


Either<'t, 'u> Type

Union cases

Union case Description

Left 't

Full Usage: Left 't

Parameters:
    Item : 't

Item : 't

Right 'u

Full Usage: Right 'u

Parameters:
    Item : 'u

Item : 'u