View Source Xod.Common (Xod v0.1.0)
Link to this section Summary
Link to this section Types
@type path() :: [binary() | non_neg_integer()]
@type result(x) :: {:error, Xod.XodError.t()} | {:ok, x}
@type type_atom() ::
:map | :list | :tuple | :string | :number | :boolean | nil | :unknown