crs.cr-comment
Cr_comment.Kind
crs.crs-cli
crs.crs-parser
type t =
| CR
| XCR
The Kind.t type distinguishes between active and resolved code review comments.
Kind.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