Lonely. Helpers to pipe through results {:ok, a} | {:error, e}
{:ok, a} | {:error, e}
Handles any value that could be nil as well
nil
Composes the tuples {:ok, a} and {:error, e} as the type Result.t
{:ok, a}
{:error, e}
Result.t
Functions to operate on result lists