You can search for identifiers within the package.
in-package search v0.2.0
type t =
| Name_would_begin_with_dash of string
| Short_name_would_be_dash of {
entire_short_sequence : string;
}
| Pos_req_missing of int
| Conv_failed of {
locator : [ `Named of Climate__.Name.t | `Positional of int ] option;
message : string;
| Too_many_positional_arguments of {
max : int;
| Invalid_char_in_argument_name of {
attempted_argument_name : string;
invalid_char : char;
val to_string : t -> string
val exit_code : int