crs.reviewdog
Reviewdog.Diagnostic_result
crs.cr-comment
crs.crs-cli
crs.crs-parser
crs.text-table
type t = {
source : Source.t Base.option;
severity : Severity.t Base.option;
diagnostics : Diagnostic.t Base.list;
}
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
include Ppx_yojson_conv_lib.Yojsonable.S with type t := t
val t_of_yojson : Yojson.Safe.t -> t
val yojson_of_t : t -> Yojson.Safe.t