Module Reviewdog.PositionSource

Sourcetype t = {
  1. line : int;
  2. column : int;
}
Sourceval to_json : t -> Yojson.Basic.t