Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Make.Parser
SourceReads TOML from a file. May raise Parse_error
or Stdlib.Sys_error
.
Reads TOML from an input channel. May raise Parse_error
or Stdlib.Sys_error
.
Reads TOML from a string. May raise Parse_error
or Stdlib.Sys_error
.
Like from_file
, but handles both Parse_error
or Stdlib.Sys_error
exceptions and wraps the error message in Stdlib.result
.
Converts the value attached to a Parse_error
exception to an error message string.