You can search for identifiers within the package.
in-package search v0.2.0
type t = Asttypes.arg_label
type desc = Asttypes.arg_label =
| Nolabel
| Labelled of string
| Optional of string
val explode : t -> desc
val nolabel : t
val labelled : string -> t
val optional : string -> t