package elpi

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

Module Util.LocSource

Sourcetype t = {
  1. source_name : string;
  2. source_start : int;
  3. source_stop : int;
  4. line : int;
  5. line_starts_at : int;
}
Sourceval pp : Format.formatter -> t -> unit
Sourceval show : t -> string
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval initial : string -> t
OCaml

Innovation. Community. Security.