Compile Dhall configuration language to JSON and YAML
Dhall to JSON compiler and a Dhall to YAML compiler
dhall-to-jsondhall-to-yaml$ dhall-to-json <<< 'let x = 1 in { a = x, b = 2 }'$ dhall-to-yaml <<< '{name = "example", port = 8080}'$ dhall-to-json < config.dhall > config.json