Constructor | Description |
Full Usage:
CoproductBase(left, right, isLeft)
Parameters:
'functorL<'t>
right : 'functorR<'t>
isLeft : bool
Returns: CoproductBase<'functorL<'t>, 'functorR<'t>>
|
|
Instance member | Description |
Full Usage:
this.getContents ()
Returns: 'functorL<'t> * 'functorR<'t> * bool
|
|
Static member | Description |
Full Usage:
CoproductBase.Map(x, f)
Parameters:
CoproductBase<^FunctorL<'T>, ^FunctorR<'T>>
f : 'T -> 'U
Returns: Coproduct<^FunctorL<'U>, ^FunctorR<'U>>
Modifiers: inline Type parameters: 'T, 'U, ^FunctorR<'T>, ^FunctorR<'U> |
|