Namespace: FsCheck
Assembly: FsCheck.dll
Base Type:
obj
All Interfaces:
IArbitrary
Constructor | Description |
|
|
Instance member | Description |
|
|
Full Usage:
this.Shrinker(arg1)
Parameters:
'T
Returns: seq<'T>
Modifiers: abstract |
Returns a sequence of the immediate shrinks of the given value. The immediate shrinks should not include doubles or the given value itself. The default implementation returns the empty sequence (i.e. no shrinking).
|