package elpi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. client_payload : Stdlib.Obj.t option;
  2. source_name : string;
  3. source_start : int;
  4. source_stop : int;
  5. line : int;
  6. line_starts_at : int;
}
val pp : Stdlib.Format.formatter -> t -> unit
val show : t -> string
val equal : t -> t -> bool
val compare : t -> t -> int
val initial : ?client_payload:Stdlib.Obj.t -> string -> t
val merge : ?merge_payload: (Stdlib.Obj.t option -> Stdlib.Obj.t option -> Stdlib.Obj.t option) -> t -> t -> t
val extend : int -> t -> t
OCaml

Innovation. Community. Security.