ParaResultImpl
Namespace: Pfarah
Functions and values
Function or value | Description |
Error x
Signature: x:string -> ParaResult<'a>
Type parameters: 'a |
|
Ok x
Signature: x:'a -> ParaResult<'a>
Type parameters: 'a |
Represents the deserialized value or an error. Adapted from Don Syme's Github comment on a result type in F#: https://github.com/fsharp/FSharpLangDesign/issues/49#issuecomment-193795013 |
Type extensions
Active patterns
Active pattern | Description |
( |Ok|Error| ) result
Signature: result:ParaResult<'Ok> -> ParaResult<'Ok>
Type parameters: 'Ok |
CompiledName: |