package plato

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Plato.ConfigparserSource

Sourceval max_interpolation_depth : int ref
Sourceval defaultsect : string
Sourceexception NoSectionError of string
Sourceexception DuplicateSectionError of string * string option * int option
Sourceexception DuplicateOptionError of string * string * string option * int option
Sourceexception NoOptionError of string * string
Sourceexception InterpolationMissingOptionError of string * string * string * string
Sourceexception InterpolationSyntaxError of string * string * string
Sourceexception InterpolationDepthError of string * string * string
Sourceexception ParsingError of string * (int * string) list
Sourceexception MissingSectionHeaderError of string * int * string
Sourcemodule type STRING_MUTABLE_MAPPING = sig ... end
Sourcemodule type STRING_BOOL_MUTABLE_MAPPING = sig ... end
Sourcemodule type INTERPOLATION = sig ... end
Sourcemodule type INTERPOLATION_BUILDER = functor (Map : STRING_MUTABLE_MAPPING) -> INTERPOLATION with module Map = Map
Sourcemodule type SECTION_PROXY = sig ... end
Sourcemodule type CONFIG_PARSER = sig ... end