Module rebar3_typer_prv

Plugin provider for rebar3 rebar3_typer.

Description

Plugin provider for rebar3 rebar3_typer.

Function Index

do/1Run the plugin.
format_error/1Turn errors into strings.
init/1Set up the plugin.

Function Details

do/1

do(State::rebar_state:t()) -> {ok, rebar_state:t()} | {error, {rebar3_typer_prv, term()}}

Run the plugin.

format_error/1

format_error(Reason::any()) -> iolist()

Turn errors into strings.

init/1

init(State::rebar_state:t()) -> {ok, rebar_state:t()}

Set up the plugin.


Generated by EDoc