Module Premise.InfoSource

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