ok_computer v0.1.0 OkError View Source

Link to this section Summary

Functions

Callback implementation for Monad.bind/2

Callback implementation for Monad.return/1

Link to this section Types

Link to this type

error() View Source
error() :: {:error, any()}

Link to this type

ok_error() View Source
ok_error() :: ok() | error()

Link to this section Functions

Callback implementation for Monad.bind/2.

Callback implementation for Monad.return/1.