FsPickler


SumInternals

Namespace: MBrace.FsPickler.Combinators
Parent Module: Pickler

Experimental support for n-way sum types such as unions. See sum.

Nested types and modules

TypeDescription
Case<'T1, 'T2>

Internal type for type-checking intermediate values.

Part<'U, 'T, 'X, 'Y>

Internal type for type-checking intermediate values.

Wrap<'T>

Internal type for type-checking intermediate values.

Fork me on GitHub