do/1 | Run the plugin. |
format_error/1 | Turn errors into strings. |
init/1 | Set up the plugin. |
do(State::rebar_state:t()) -> {ok, rebar_state:t()} | {error, {rebar3_typer_prv, term()}}
Run the plugin.
format_error(Reason::any()) -> iolist()
Turn errors into strings.
init(State::rebar_state:t()) -> {ok, rebar_state:t()}
Set up the plugin.
Generated by EDoc