You can search for identifiers within the package.
in-package search v0.2.0
type t =
| Shell of [ `Sh | `Bash ]
| OCaml
| Other of string
val pp : Stdlib.Format.formatter -> t -> unit
val of_string : string -> t option
val infer_from_file : string -> t option