Module Reviewdog.RangeSource

Sourcetype t = {
  1. start : Position.t;
  2. end_ : Position.t option;
}
Sourceval to_json : t -> Yojson.Basic.t