Signo.AST.Symbol (Signo v0.0.2)

View Source

A reference to variable or function in scope.

Summary

Types

t()

@type t() :: %Signo.AST.Symbol{pos: Signo.Position.t(), reference: Signo.AST.ref()}

Functions

new(ref, pos)

@spec new(Signo.AST.ref(), Signo.Position.t()) :: t()