ok_computer v0.1.0 OkError View Source
Link to this section Summary
Link to this section Types
Link to this type
error()
View Source
error()
View Source
error() :: {:error, any()}
error() :: {:error, any()}
Link to this type
ok()
View Source
ok()
View Source
ok() :: {:ok, any()}
ok() :: {:ok, any()}
Link to this type
ok_error() View Source
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
Link to this function
return(a) View Source
Callback implementation for Monad.return/1.