Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
SimpleConfigTypes
Sourcetype 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 -> unit
type load_error =
| FileDoesNotExist
| FileCannotBeRead
| ParseError of int * string
| FileHasTempBackup of FileAbstract.t
| SetOptionFailed of string * string