package memtrace

  1. Overview
  2. Docs

Module Trace.LocationSource

Source locations in the traced program

Sourcetype t = {
  1. filename : string;
  2. line : int;
  3. start_char : int;
  4. end_char : int;
  5. defname : string;
}
Sourceval to_string : t -> string
Sourceval unknown : t
OCaml

Innovation. Community. Security.