You can search for identifiers within the package.
in-package search v0.2.0
type req = [
| `Basic of string
]
type t =
| Basic of string * string
val to_string : t -> string
val of_string : string -> t option
val req_to_string : req -> string