package piqilib

  1. Overview
  2. Docs
type t = {
  1. mutable file : string;
  2. mutable line : int;
  3. mutable column : int;
}