include/tomlet@ast_KeyValue.hrl
-record(key_value, {
leading :: tomlet@ast:trivia(),
key :: tomlet@ast:key(),
value :: tomlet@ast:value(),
trailing :: tomlet@ast:trivia()
}).
-record(key_value, {
leading :: tomlet@ast:trivia(),
key :: tomlet@ast:key(),
value :: tomlet@ast:value(),
trailing :: tomlet@ast:trivia()
}).