View Source Guesswork.Ast.Variable (Guesswork v0.4.4)

Indicates an unbound entity (also called a non-concrete value).

Summary

Types

@type t() :: %Guesswork.Ast.Variable{display: String.t(), id: String.t()}

Functions

@spec new(String.t()) :: t()
@spec new(String.t(), String.t()) :: t()