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