Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
This module defines the contents of a configuration file.
type section = {
name : Name.t;
Section name.
*)elements : (string * value) list;
Key, value assocation list of section properties.
*)}
The type of a configuration section.
type t = section list
The type of configuration file contents.