Contributor
Marcos Lerones

Dhall bindings to TOML configuration language


Mentors
Simon Jakobi, Gabriel Gonzalez
Organization
Haskell.org

Dhall is a programmable configuration language that uses functions, types and imports to make readable configuration files easily. Right now, Dhall has tools for converting to and from other configuration formats like JSON and YAML.

However, Dhall does not currently support a TOML binding and it would be very helpful to have a tool that converts bidirectionally between Dhall configuration files and TOML files. The aim of this project is implement said tool to convert bidirectionally between Dhall and TOML configuration language