Module Reviewdog.Location
type t = {path : Base.string;range : Range.t Base.option;
}include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equalinclude Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compareval to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or