Formula.Symbol (formula v0.1.4)

Represents the symbol

Link to this section Summary

Link to this section Types

@type t() :: %Formula.Symbol{name: String.t()}

Link to this section Functions

@spec new({:symbol, term(), String.t()}) :: t()
@spec new(String.t()) :: t()