Module Diagnostic.PointSource

Sourcetype t = {
  1. line : int;
  2. character : int;
}
Sourceval to_yojson : t -> Yojson.Safe.t