package datakit-github

  1. Overview
  2. Docs
type t = [
  1. | `Repo of Repo.t
  2. | `Commit of Commit.t
  3. | `PR of PR.t
  4. | `Status of Status.t
  5. | `Ref of Ref.t
]
val pp : t Fmt.t
val compare : t -> t -> int
type id = [
  1. | `Repo of Repo.t
  2. | `Commit of Commit.t
  3. | `PR of PR.id
  4. | `Status of Status.id
  5. | `Ref of Ref.id
]
val pp_id : id Fmt.t
val compare_id : id -> id -> int
module Set : sig ... end
module IdSet : sig ... end