Module Diagnostic.DataSource

Sourcetype t =
  1. | SentenceRange of Range.t
  2. | FailedRequire of {
    1. prefix : Libnames.qualid option;
    2. refs : Libnames.qualid list;
    }