ansible/dhall/Prelude
2024-11-26 00:55:56 -05:00
..
Bool [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
Date [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
DirectoryTree [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
Double [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
Function [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
Integer [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
JSON [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
List [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
Location [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
Map [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
Natural [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
NonEmpty [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
Operator [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
Optional [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
Text [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
Time [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
TimeZone [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
XML [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
Monoid [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
Monoid.dhall [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
package.dhall [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00
README.md [dhall] Add Prelude (v23.0.0) 2024-11-26 00:55:56 -05:00

Prelude

This package contains useful utilities for getting started with the Dhall configuration language. The Prelude is unique in that changes are approved by the same process as changes to the language standard.

Usage

The Prelude is hosted at:

... which you can use in several ways:

The prelude.dhall-lang.org domain is CORS-enabled so the Prelude can be used as a transitive import of other packages without violating the Dhall language's CORS check.

Scope

There is no hard rule for what belongs in the Prelude, but we can document what we have included so far:

The contributing instructions provide more details about how to discuss or propose changes if you would like to contribute to the Prelude.