WplAi.Errors.Location (WPL-AI v1.6.7)

Copy Markdown View Source

Source location (line and column)

Summary

Types

t()

@type t() :: %WplAi.Errors.Location{
  column: pos_integer(),
  length: non_neg_integer() | nil,
  line: pos_integer()
}

Functions

new(line, column, length \\ nil)