FSharpPlus


CoproductBase<'functorL<'t>, 'functorR<'t>> Type

Constructors

Constructor Description

CoproductBase(left, right, isLeft)

Full Usage: CoproductBase(left, right, isLeft)

Parameters:
    left : 'functorL<'t>
    right : 'functorR<'t>
    isLeft : bool

Returns: CoproductBase<'functorL<'t>, 'functorR<'t>>
left : 'functorL<'t>
right : 'functorR<'t>
isLeft : bool
Returns: CoproductBase<'functorL<'t>, 'functorR<'t>>

Instance members

Instance member Description

this.getContents ()

Full Usage: this.getContents ()

Returns: 'functorL<'t> * 'functorR<'t> * bool
Returns: 'functorL<'t> * 'functorR<'t> * bool

Static members

Static member Description

CoproductBase.Map(x, f)

Full Usage: CoproductBase.Map(x, f)

Parameters:
Returns: Coproduct<^FunctorL<'U>, ^FunctorR<'U>>
Modifiers: inline
Type parameters: 'T, 'U, ^FunctorR<'T>, ^FunctorR<'U>
x : CoproductBase<^FunctorL<'T>, ^FunctorR<'T>>
f : 'T -> 'U
Returns: Coproduct<^FunctorL<'U>, ^FunctorR<'U>>