You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After using tomland on non-trivial use-cases, @vrom911 and I realized, that sometimes it's desirable to parse TOML items in order of their appearance. In tomland we have an intermediate data type, that represents such TOML, we only to write codecs for it. But I want to avoid is to duplicate all codecs for this new representation. So we may want to introduce a module like Toml.Codec.Sequential with some bridge codecs.
The text was updated successfully, but these errors were encountered:
After using
tomland
on non-trivial use-cases, @vrom911 and I realized, that sometimes it's desirable to parse TOML items in order of their appearance. Intomland
we have an intermediate data type, that represents such TOML, we only to write codecs for it. But I want to avoid is to duplicate all codecs for this new representation. So we may want to introduce a module likeToml.Codec.Sequential
with some bridge codecs.The text was updated successfully, but these errors were encountered: