You can search for identifiers within the package.
in-package search v0.2.0
type nonrec t = t * Repo_id.t
val id : t -> Repo_id.t
val pp : t Fmt.t
val compare : t -> t -> int
val ci_refs : t Current.t -> Commit.t list Current.t
ci_refs t evaluates to the list of branches and open PRs in t, excluding gh-pages.
ci_refs t
t
val head_commit : t Current.t -> Commit.t Current.t
head_commit t evaluates to the commit at the head of the default branch in t.
head_commit t