View Source CliexMap.Fn (CliexMap v0.2.5)
A simple wrapper around functions for readability
Summary
Types
@type ast() :: any()
@type binaries() :: [binary()]
@type either(success_t, error_t) :: {:ok, success_t} | {:error, error_t}
@type fn_result_t() :: {any(), CliexMap.Context.t()} | any()
@type fn_t() :: (any(), maybe(CliexMap.Context.t()) -> fn_result_t())
@type line_nb_t() :: non_neg_integer()
@type maybe(t) :: nil | t