Module Agent.PremiseSource

Sourcetype t = {
  1. full_name : string;
  2. file : string;
  3. kind : (string, string) Result.t;
  4. range : (Lang.Range.t, string) Result.t;
  5. offset : (int * int, string) Result.t;
  6. raw_text : (string, string) Result.t;
}