You can search for identifiers within the package.
in-package search v0.2.0
type error =
| Unexpected_json_type of string * string
| Malformed_variant of string
exception Failure of error
val unexpected_json_type : string -> string -> 'a
val malformed_variant : string -> 'a
val string_of_error : error -> string