How-to guides
These cookbooks teach you how to solve specific tasks:
- How to integrate Dhall
- Text Editor Configuration
- Cheatsheet
- Frequently Asked Questions (FAQ)
- Imports relative to my top-level file are not working
- Can I create a function with default values for function arguments?
- How does
dhall lint
differ fromdhall format
? - How do I update nested fields in a record?
- Why do empty lists require a type annotation?
- Does Dhall support user-defined recursive types?
- How to translate recursive code to Dhall
- Examples
- How to add a new built-in function
- How to type-check and normalize incomplete code