Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
For_test.Parse_error
Sourcetype t =
| Arg_lacks_param of Climate__.Name.t
| Flag_has_param of {
}
| No_such_arg of Climate__.Name.t
| Name_would_begin_with_dash of string
| Short_name_would_be_dash of {
}
| Short_name_used_with_dash_dash of Climate__.Name.t
| Pos_req_missing of int
| Named_req_missing of Climate__.Name.t Climate__.Climate_stdlib.Nonempty_list.t
| Named_opt_appeared_multiple_times of Climate__.Name.t
Climate__.Climate_stdlib.Nonempty_list.t
* int
| Named_req_appeared_multiple_times of Climate__.Name.t
Climate__.Climate_stdlib.Nonempty_list.t
* int
| Flag_appeared_multiple_times of Climate__.Name.t
Climate__.Climate_stdlib.Nonempty_list.t
* int
| Conv_failed of {
}
| Too_many_positional_arguments of {
}
| Invalid_char_in_argument_name of {
}