Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
SimpleConfigTypesSourcetype option_value = | Module of option_module| StringValue of string| IntValue of int| FloatValue of float| List of option_value list| SmallList of option_value list| OnceValue of option_value| DelayedValue of Buffer.t -> string -> unittype load_error = | FileDoesNotExist| FileCannotBeRead| ParseError of int * string| FileHasTempBackup of FileAbstract.t| SetOptionFailed of string * string