You can search for identifiers within the package.
in-package search v0.2.0
type printable =
| Printable : 'a * ('a -> string) -> printable
type t = [
| `Failure of string
| `Midi_sequencer of string
| `Time_master of string
| `Generic of printable
]
val to_string : t -> string