package elpi

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Util.LocSource

Sourcetype 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;
}
Sourceval pp : Stdlib.Format.formatter -> t -> unit
Sourceval show : t -> string
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval initial : ?client_payload:Stdlib.Obj.t -> string -> t
Sourceval merge : ?merge_payload: (Stdlib.Obj.t option -> Stdlib.Obj.t option -> Stdlib.Obj.t option) -> t -> t -> t
Sourceval extend : int -> t -> t
OCaml

Innovation. Community. Security.