-
The [tutorial](https://github.com/dhall-lang/dhall-lang/wiki/Getting-started%3A-Generate-JSON-or-YAML) section wiki said that:
> dhall-to-json by default converts an empty (i.e. None) Optional valu…
-
Currently the Prelude has a lot of files that have no extension. This means for a lot of editors, they will not by default show any syntax highlighting without extra work. However, the lack of extensi…
-
I used the dhall reference implementation [dhall-lang/standard](https://github.com/dhall-lang/dhall-lang/tree/master/standard) as the basis when creating the types for the AST and also copied the unli…
-
While dhall-haskell (and perhaps other implementations too) support custom built-ins, using them in practice is quite annoying – particularly because IDE support is lost.
It would be lovely if I co…
-
I just installed ubuntu 23.10 with ghcup and i'm getting this
```
» cabal install dhall-lsp-server
Resolving dependencies...
Error: cabal: Could not resolve dependencies:
[__0] trying: dhall-ls…
-
**Rationale**
As we all know, most all Dhall frameworks (for example, the Prelude) consist of records (`package.dhall` in the prelude) of functions, values, types, etc., with the equivalent of "imp…
-
It could be worth exposing the result of the evaluation as YAML:
```terraform
# resources.tf
resource "aws_iam_policy" "assets-access" {
name = "assets-access"
description = "A policy allowi…
baloo updated
2 years ago
-
Running `dhall` on [pkg-set.dhall](https://github.com/vmchale/cpkg/blob/master/pkgs/pkg-set.dhall) takes quite long, around 23 seconds.
Here is the `.prof` file:
```
Sat Dec 29 22:56 2018 Time…
-
On x86_64-linux:
```console
$ wget https://github.com/dhall-lang/dhall-haskell/releases/download/1.42.0/dhall-1.42.0-x86_64-linux.tar.bz2
$ tar xf dhall-1.42.0-x86_64-linux.tar.bz2
$ ./bin/dh…
-
As follow-up to https://github.com/dhall-lang/dhall-lang/pull/1015, it would be good to try to reduce the size of `renderJSONStruct` even further.
https://github.com/dhall-lang/dhall-lang/blob/bf75…