View Source Tipe (Tipe v0.1.0)

Here are tuple status pipes, an :error or {:error, _} will skip a ~>

import Tipe

Summary

Functions

Will skip execution on :error/{:error, _}

Functions

Will skip execution on :error/{:error, _}

To use:

some_value
|> regular_pipe_call()
~> non_error_call()

The nonerror_call will only be invoked when then result of regular_pipe_call is not :error or `{:error,}`.