tagged v0.1.0 API Reference
Modules
Generates definitions of various things related to tagged value tuples, like
{:ok, value}
and {:error, reason}
.
Generates macros for constructing, and destructuring tagged value tuples.
By default, the macro name is the same as the tag, but can be overriden with
the as: name
keyword argument.
Reasoning in terms of the outcome of an action.
Resoning in terms of the status of a result.
Generates type definitions for tagged value tuples.