crs.cr-comment
Cr_comment.Status
crs.crs-cli
crs.crs-parser
crs.reviewdog
crs.stdlib
type t =
| CR
| XCR
The Status.t type distinguishes between resolved and unresolved code review comments.
Status.t
CR
XCR
val compare : t -> t -> int
val equal : t -> t -> bool
val all : t list
val to_dyn : t -> Crs_stdlib.Dyn.t
val to_string : t -> string