View Source Signo.AST.Symbol (Signo v0.0.1)

A reference to variable or function in scope.

Summary

Types

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

Functions