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