FsCheck


IArbMap Type

Namespace: FsCheck

Assembly: FsCheck.dll

Base Type: obj

All Interfaces: IArbMap

Maps types to Arbitrary instances for that type. Once constructed, the map is immutable.

Instance members

Instance member Description

this.ArbFor()

Full Usage: this.ArbFor()

Returns: Arbitrary<'T>
Modifiers: abstract
Type parameters: 'T

Returns: Arbitrary<'T>

this.ArbFor(arg1)

Full Usage: this.ArbFor(arg1)

Parameters:
Returns: Arbitrary<obj>
Modifiers: abstract

arg0 : Type
Returns: Arbitrary<obj>

this.MergeFactory(arg1)

Full Usage: this.MergeFactory(arg1)

Parameters:
Returns: IArbMap
Modifiers: abstract
Type parameters: 'a, 'b

arg0 : Func<'a, Arbitrary<'b>>
Returns: IArbMap