You can search for identifiers within the package.
in-package search v0.2.0
climate
For_test.Non_ret
type t =
| Help of {
command_doc_spec : Climate__.Command_doc_spec.t;
error : bool;
message : string option;
}
| Manpage of {
prose : Manpage.Prose.t;
| Parse_error of {
error : Climate__.Error.Parse_error.t;
| Reentrant_query of {
suggestions : string list;
| Generate_completion_script of {
completion_script : string;