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 -> unit
val equal : t -> t -> bool
val compare : t -> t -> int
val initial : ?client_payload:Stdlib.Obj.t -> string -> t