crs.cr-comment
Cr_comment.Status
crs.crs-cli
crs.crs-parser
crs.reviewdog
type t =
| CR
| XCR
The Status.t type distinguishes between resolved and unresolved code review comments.
Status.t
CR
XCR
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_string : t -> Base.string