View Source TypeCheck.Builtin.Atom (TypeCheck v0.13.7)
Checks whether the value is any atom.
Returns a problem tuple with the reason :no_match
otherwise.
Summary
Types
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
problem_tuple :: {t(), :no_match, %{}, any()}
@type t() :: %TypeCheck.Builtin.Atom{}
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
t :: %TypeCheck.Builtin.Atom{}