Results for “Std.Toml.TomlError”
8 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Toml.TomlError
Why text does not name a configuration.
- Std.Toml.Read.read
Str -> Result[Std.Toml.Toml, Std.Toml.TomlError]A configuration read from text.
- Std.Toml.Read.readValue
Str -> Int -> Result[(Std.Toml.Toml, Int), Std.Toml.TomlError]A value, and where it ended.
- Std.Toml.Scan.readEscape
Str -> Int -> Result[(Str, Int), Std.Toml.TomlError]One escape, and where it ended.
- Std.Toml.Scan.readKey
Str -> Int -> Result[(Str, Int), Std.Toml.TomlError]One key, bare or quoted.
- Std.Toml.Scan.readMultiline
Str -> Int -> Str -> Result[(Str, Int), Std.Toml.TomlError]Text written across lines, and where it ended.
- Std.Toml.Scan.readQuoted
Str -> Int -> Result[(Str, Int), Std.Toml.TomlError]Quoted text, and where it ended.
- Std.Toml.Scan.readScalar
Str -> Int -> Int -> Result[(Str, Int), Std.Toml.TomlError]A scalar written as hexadecimal digits.
