cies / htoml

TOML file format parser in Haskell
https://hackage.haskell.org/package/htoml
Other
38 stars 13 forks source link

Write TOML to file #17

Open slycelote opened 8 years ago

slycelote commented 8 years ago

It would be handy to have a way to serialize an existing Table.

cies commented 8 years ago

Did you really miss this feature? I never ran into it. But then it is good to see the lib being used beyond the initial scope :)

It should be a fairly simple task, I'd create some ToString and/or ToText class in the same fashion of ToJSON and ToBsJSON.

Would you like to make a PR for that?