ok_computer v0.1.0 Error View Source
Link to this section Summary
Link to this section Types
Link to this type
ok_error()
View Source
ok_error()
View Source
ok_error() :: OkError.ok_error()
ok_error() :: OkError.ok_error()
Link to this section Functions
Link to this function
bind(arg, f) View Source
Callback implementation for Monad.bind/2.
Link to this function
error(a)
View Source
error(a)
View Source
error(any()) :: OkError.error()
error(any()) :: OkError.error()
Link to this function
ok(a)
View Source
ok(a)
View Source
ok(any()) :: OkError.ok()
ok(any()) :: OkError.ok()
Link to this function
return(a) View Source
Callback implementation for Monad.return/1.