FsPickler


Wrap<'T>

Namespace: MBrace.FsPickler.Combinators
Parent Module: ProductInternals

Internal type for type-checking intermediate values.

Static members

Static memberDescription
Wrap.( ^. )(arg1, arg2)
Signature: (Wrap<('?123489 -> '?123490)> * Wrap<(Part<'?123491,'?123491,unit> -> '?123489)>) -> '?123490
Type parameters: '?123490, '?123491

Defines the last field.

CompiledName: op_HatDot

Wrap.( ^+ )(arg1, x)
Signature: (Wrap<('?123485 -> '?123486)> * x:'?123485) -> '?123486
Type parameters: '?123486

Defines an extra field.

CompiledName: op_HatPlus

Fork me on GitHub