• Libraries
      • Haskell
        • Dev/
          • Tech

Dhall

Dhall is a programmable configuration language that you can think of as: JSON + functions + types + imports.

dhall
  • Pure parsing of Dhall file without IO#
  • Dhall for simple application configuration#
  • From Dhall to TOML to Free Monad#
  • Optional record fields in Dhall#

2020-05-07

Backlinks

  • Dhall for simple application configuration
    • Dhall# can be used as a simple configuration file for your Haskell applications. Dhall’s support for default values is key to implement this (see Optional record fields in Dhall#).

  • Sridhar Ratnakumar 🤨
    • Parent directory zettel

Uplinks

  • Libraries#
    • Dhall#
logo