package crs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Cr_comment.StatusSource

Sourcetype t =
  1. | CR
  2. | XCR

The Status.t type distinguishes between resolved and unresolved code review comments.

  • CR: An unresolved code review comment.
  • XCR: A resolved code review comment.
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
include Ppx_compare_lib.Equal.S with type t := t
Sourceval equal : t -> t -> bool
include Ppx_enumerate_lib.Enumerable.S with type t := t
Sourceval all : t list
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval to_string : t -> Base.string
OCaml

Innovation. Community. Security.