-
I was just updating Dhall for Java after #1190, which turned up a bug in our test setup: we had been normalising after resolving imports in the import tests, so the fixes in #1190 for e.g. `Alternativ…
-
`Prelude.JSON.Type` has become a very important type in the Dhall ecosystem. Tools that consume Dhall are often expected to be able to handle it. However it's currently a Church-encoded user-defined t…
-
In Haskell. we can break a string literal over multiple lines _(actually, with arbitrary whitespace)_. [_(See report for grammar.)_][report] It is handy when handling lengthy runs of prose. Unfortunat…
-
Dhall's prelude webserver should listen to the `Accept-encoding` http header.
If `Accept-encoding: application/dhall` (Or a mime type we reserve with IANA or where-ever we need to reserve it), we …
-
I am using dhall with `dhall-openshift` as such:
```
let oc = env:OC
let project =
oc.Project::{
, name = "cicd-doc-dev"
, displayName = "cicd doc site"
, requester = …
-
### Groundwork
Let's pretend that we have implemented #800 and now we have the ability to supply type signatures and documentation for built-ins.
Let's further pretend that #835 got in and now a…
-
Currently I often rely on the example from https://github.com/dhall-lang/dhall-haskell/issues/1496#issuecomment-549003609 – it would be nice if something similar was available in the benchmark suite…
…
-
When working with dynamically generated Dhall, I tried using Optionals as a way to conditionally omit record keys in my output like so:
main.dhall
```dhall
let V = ./.variables.dhall
let add =…
-
Vessel currently does not support imports from private libraries. This is due to a limitation of the headers passed by the rust_dhall crate https://github.com/Nadrieril/dhall-rust/issues/134.
-
Given this source: https://github.com/PierreR/dhall-packages/blob/master/openshift/examples/cron1.dhall#L1
dhall-to-yaml --file openshift/examples/cron1.dhall --output openshift/examples/cron1.yaml…