result v0.2.0 Result
Documentation for Result.
Link to this section Summary
Link to this section Functions
Link to this function
error(value)
See Result.Error.of/1
.
Link to this function
error?(result)
Link to this function
map(result, f)
Link to this function
ok(value)
See Result.Ok.of/1
.
Link to this function
ok?(result)
Link to this function
perform(result, f)
Link to this function
with_default(result, default)