View Source TypeResolver.Types.AtomL (TypeResolver v0.1.0)

Representation of the spec of an atom-literal, e.g. :hello

Summary

Types

@type t() :: %TypeResolver.Types.AtomL{value: atom() | nil}