result v1.2.1 Result

Documentation for Result.

Link to this section Summary

Link to this section Types

Link to this type t(error, value)
t(error, value) :: Result.Error.t(error) | Result.Ok.t(value)

Link to this section Functions

Link to this function map2(result1, result2, f)

See Result.Operators.map2/3

Link to this function retry(result, f, count, timeout \\ 1000)

See Result.Operators.retry/4