DependentTypes


Sigma<'Config, 'T, 'T2>

Namespace: DependentTypes
Attributes:
[<Class>]

Construction / validation type for DependentPair 'T -> 'T * 'T2

Constructors

ConstructorDescription
new(config, pi)
Signature: (config:'Config * pi:('Config -> 'T -> 'T2)) -> Sigma<'Config,'T,'T2>

CompiledName: .ctor

Instance members

Instance memberDescription
x.Create(x)
Signature: x:'T -> 'T * 'T2
Fork me on GitHub