You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support identifiers beginning with keywords (#551)
... as standardized in dhall-lang/dhall-lang#222Fixes#547
This allows code like this to work:
```haskell
$ dhall <<< "let mergedRec = { a = 1 } // { b = 2 } in mergedRec"
```
... by requiring non-empty whitespace after keywords that are not built-ins
0 commit comments