result v1.6.0 Result

Documentation for Result.

Link to this section Summary

Link to this section Types

Link to this type

t(error, value)

Specs

t(error, value) :: Result.Error.t(error) | Result.Ok.t(value)

Link to this section Functions