You can search for identifiers within the package.
in-package search v0.2.0
Block environments.
type t =
| Default
| User_defined of string
val name : t -> string
val mk : string option -> t
module Set : Stdlib.Set.S with type elt = t