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

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

Summary

Types

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

Functions

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