FsPickler


Wrap<'T>

Namespace: MBrace.FsPickler.Combinators
Parent Module: SumInternals

Internal type for type-checking intermediate values.

Static members

Static memberDescription
Wrap.( ^. )(arg1, arg2)
Signature: (Wrap<(Part<'?123603,(('?123604 -> '?123605) -> '?123605),'?123604,'?123605> -> '?123606)> * Case<('?123604 -> '?123603),'?123607>) -> '?123606
Type parameters: '?123604, '?123605, '?123606, '?123607

Adds the last case.

CompiledName: op_HatDot

Wrap.( ^+ )(arg1, arg2)
Signature: (Wrap<('?123599 -> '?123600)> * Wrap<'?123599>) -> '?123600
Type parameters: '?123600

Adds a case.

CompiledName: op_HatPlus

Fork me on GitHub