FSharpPlus


CoproductPrimitives Module

Functions and values

Function or value Description

InL x

Full Usage: InL x

Parameters:
    x : 'functorL<'t>

Returns: Coproduct<'functorL<'t>, 'functorR<'t>>
x : 'functorL<'t>
Returns: Coproduct<'functorL<'t>, 'functorR<'t>>

InR x

Full Usage: InR x

Parameters:
    x : 'functorR<'t>

Returns: Coproduct<'functorL<'t>, 'functorR<'t>>
x : 'functorR<'t>
Returns: Coproduct<'functorL<'t>, 'functorR<'t>>

Active patterns

Active pattern Description

(|InL|InR|) x

Full Usage: (|InL|InR|) x

Parameters:
    x : Coproduct<'functorL<'t>, 'functorR<'t>>

Returns: Choice<'functorL<'t>, 'functorR<'t>>
x : Coproduct<'functorL<'t>, 'functorR<'t>>
Returns: Choice<'functorL<'t>, 'functorR<'t>>