TestCaseBuilderSp Type
Test case computation expression builder
Constructors
Constructor | Description |
|
|
Instance members
Instance member | Description |
Full Usage:
this.Combine
Parameters:
'a
f2 : unit -> unit
Returns: 'a
|
|
Full Usage:
this.Delay
Parameters:
'a
Returns: 'a
|
|
Full Usage:
this.For
Parameters:
'a seq
f : 'a -> unit
|
|
|
|
Full Usage:
this.TryFinally
Parameters:
unit -> 'a
compensation : unit -> unit
Returns: 'a
|
|
Full Usage:
this.TryWith
Parameters:
unit -> 'a
catchHandler : exn -> 'a
Returns: 'a
|
|
Full Usage:
this.Using
Parameters:
'a
f : 'a -> 'b
Returns: 'b
|
|
Full Usage:
this.While
Parameters:
unit -> bool
prog : unit -> unit
|
|
Full Usage:
this.Zero
|
|