You can search for identifiers within the package.
in-package search v0.2.0
type ident = [
| `star
| `string of Base.string
| `one_of of Base.Set.M(Base.String).t
]
val sexp_of_ident : ident -> Sexplib0.Sexp.t
val ident_of_sexp : Sexplib0.Sexp.t -> ident
val __ident_of_sexp__ : Sexplib0.Sexp.t -> ident
type t = [
| `descendants of ident
| `children of ident
val sexp_of_t : t -> Sexplib0.Sexp.t
val t_of_sexp : Sexplib0.Sexp.t -> t
val __t_of_sexp__ : Sexplib0.Sexp.t -> t
val matches : Base.string -> ident -> Base.bool