You can search for identifiers within the package.
in-package search v0.2.0
type t = [
| `Error of string
| `No_data
| `Too_large of int
| `Unknown_algo of string
| `Unknown_digits of string
| `Unknown_generator of string
| `Unknown_word_size of string
]
val to_string : t -> string