Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Toml.Parser
SourceParses raw data into Toml data structures
The location of an error. The source
gives the source file of the error. The other fields give the location of the error inside the source. They all start from one. The line
is the line number, the column
is the number of characters from the start of the line, and the position
is the number of characters from the start of the source.
Parsing result. Either Ok or error (which contains a (message, location) tuple).
Given a lexer buffer and a source (eg, a filename), returns a result
.
Given an input channel, returns a result
.
A combinator to force the result. Raise Error
if the result was `Error
.