include/molt@types_Document.hrl
-record(document, {
version :: molt@types:toml_version(),
error_count :: integer(),
tree :: greenwood:node_(molt@types:toml_kind()),
index :: gleam@option:option(gleam@dict:dict(molt@types:index_key(), molt@types:index_entry()))
}).