Module Notation_analysis.InfoSource

Sourcetype t = {
  1. locations : Loc.t list;
  2. path : string;
  3. secpath : string;
  4. notation : string;
  5. scope : string option;
}