View Source TypeResolver.Types.AtomL (TypeResolver v0.1.1)
Representation of the spec of an atom-literal, e.g. :hello
Summary
Types
@type t() :: %TypeResolver.Types.AtomL{value: atom() | nil}
Representation of the spec of an atom-literal, e.g. :hello
@type t() :: %TypeResolver.Types.AtomL{value: atom() | nil}