Signo.AST.Symbol (Signo v0.0.2)
View SourceA reference to variable or function in scope.
Summary
Types
@type t() :: %Signo.AST.Symbol{pos: Signo.Position.t(), reference: Signo.AST.ref()}
Functions
@spec new(Signo.AST.ref(), Signo.Position.t()) :: t()