package drom_lib

  1. Overview
  2. Docs

Module EzToml.EZSource

Sourceval key : string -> TomlTypes.Table.Key.t
Sourceval to_string : TomlTypes.value TomlTypes.Table.t -> string
Sourceval from_file : string -> Toml.Parser.result
Sourceval from_string : string -> Toml.Parser.result
Sourceval string_of_location : Toml.Parser.location -> string
Sourceval from_file_exn : string -> TomlTypes.table
Sourceval from_string_exn : string -> TomlTypes.table