Michał Kukieła
Michał Kukieła
Note that the `dateToEpoch : Date -> Integer` function should be relatively easy to implement using the [proposed](https://github.com/dhall-lang/dhall-lang/issues/1383) `Date/year`, `Date/month` and `Date/day` built-ins.
I think you have to add a space after `Klant`: Good: ``` Klant 1--1 Rijbewijs ``` Bad: ``` Klant1--1Rijbewijs ``` Otherwise `Klant1` is parsed as entity name. ------------------ Google translated...
I've found out that the escaping rules used by the formatter are the same as used by `Text/show` and are defined here: https://github.com/dhall-lang/dhall-haskell/blob/main/dhall/src/Dhall/Pretty/Internal.hs#L1871-L1890 Changing the rules for `Text/show` would need...
I think the issue may be closed; see https://github.com/haskell/haddock/pull/1074.
@ssanj Please check https://github.com/kukimik/dhall-sublime-syntax-highlighting if you are still interested in this.