Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
SimpleConfigSourceval create_option :
config_file ->
string list ->
?short_help:string ->
string list ->
?level:int ->
'a option_class ->
'a ->
'a config_optionval tuple3_option :
('a option_class * 'b option_class * 'c option_class) ->
('a * 'b * 'c) option_classval tuple4_option :
('a option_class * 'b option_class * 'c option_class * 'd option_class) ->
('a * 'b * 'c * 'd) option_classval tuple5_option :
('a option_class
* 'b option_class
* 'c option_class
* 'd option_class
* 'e option_class) ->
('a * 'b * 'c * 'd * 'e) option_classtype load_error = | FileDoesNotExist| FileCannotBeRead| ParseError of int * string| FileHasTempBackup of FileAbstract.t| SetOptionFailed of string * string