crs.reviewdog
Reviewdog.Position
crs.cr-comment
crs.crs-cli
crs.crs-parser
type t = {
line : Base.int;
column : Base.int;
}
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or