Constructor | Description |
Full Usage:
Coproduct(left, right, isLeft)
Parameters:
'functorL<'t>
right : 'functorR<'t>
isLeft : bool
Returns: Coproduct<'functorL<'t>, 'functorR<'t>>
|
|