Function<'a, 'b> Type
A function (F# function) that can be displayed and shrunk.
Union cases
| Union case |
Description
|
Full Usage:
F(('a * 'b) list ref, 'a -> 'b)
Parameters:
('a * 'b) list ref
Item2 : 'a -> 'b
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.StructuredDisplayAsTable
Returns: string
|
|
Full Usage:
this.Table
Returns: ('a * 'b) list
|
|
Full Usage:
this.Value
Returns: 'a -> 'b
|
|
Static members
| Static member |
Description
|
|
|
FsCheck