Extended Result.
Result.get res
Result<'a, 'b>
'a
Get the result assuming that there is no error.
Result.isOk res
bool
Is the result Ok?