Exn
Namespace: MBrace.Runtime.Utils
Parent Module: Utils
Functions and values
Function or value | Description |
bind(f x)
Signature: f:('T -> 'S) -> x:Exn<'T> -> Exn<'S>
Type parameters: 'T, 'S |
|
catch(f)
Signature: f:(unit -> 'T) -> Exn<'T>
Type parameters: 'T |
|
get(e)
Signature: e:Exn<'T> -> 'T
Type parameters: 'T |
|
map(f x)
Signature: f:('T -> 'S) -> x:Exn<'T> -> Exn<'S>
Type parameters: 'T, 'S |
|
protect(f t)
Signature: f:('?51946 -> '?51947) -> t:'?51946 -> Exn<'?51947>
Type parameters: '?51946, '?51947 |
|
protect2(f t s)
Signature: f:('?51949 -> '?51950 -> '?51951) -> t:'?51949 -> s:'?51950 -> Exn<'?51951>
Type parameters: '?51949, '?51950, '?51951 |