crs.reviewdog
Reviewdog.Code
crs.cr-comment
crs.crs-cli
crs.crs-parser
crs.text-table
type t = {
value : Base.string;
url : Base.string Base.option;
}
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