Module Core.LocationSource

Sourcetype t = {
  1. uri : Lang.LUri.File.t;
  2. range : Lang.Range.t;
}
Sourceval to_yojson : t -> Yojson.Safe.t