FsCheck


Function<'a, 'b> Type

Namespace: FsCheck

Assembly: FsCheck.dll

Base Type: obj

A function (F# function) that can be displayed and shrunk.

Union cases

Union case Description

F(('a * 'b) list ref, 'a -> 'b)

Full Usage: F(('a * 'b) list ref, 'a -> 'b)

Parameters:
    Item1 : ('a * 'b) list ref
    Item2 : 'a -> 'b

Item1 : ('a * 'b) list ref
Item2 : 'a -> 'b

Instance members

Instance member Description

this.StructuredDisplayAsTable

Full Usage: this.StructuredDisplayAsTable

Returns: string

Returns: string

this.Table

Full Usage: this.Table

Returns: ('a * 'b) list

Returns: ('a * 'b) list

this.Value

Full Usage: this.Value

Returns: 'a -> 'b

Returns: 'a -> 'b

Static members

Static member Description

Function.From(f)

Full Usage: Function.From(f)

Parameters:
    f : 'a -> 'b

Returns: Function<'a, 'b>

f : 'a -> 'b
Returns: Function<'a, 'b>