You can search for identifiers within the package.
in-package search v0.2.0
type t =
| End_test of string
| Error of string
| Junk of string
val of_string : string -> t
val to_string : t -> string