type t = {client_payload : Stdlib.Obj.t option;source_name : string;source_start : int;source_stop : int;line : int;line_starts_at : int;
}val pp : Stdlib.Format.formatter -> t -> unitval equal : t -> t -> boolval compare : t -> t -> intval initial : ?client_payload:Stdlib.Obj.t -> string -> t