Skip to content

Support identifiers beginning with keywords #551

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 27, 2018
Merged

Conversation

Gabriella439
Copy link
Collaborator

... as standardized in dhall-lang/dhall-lang#222

Fixes #547

This allows code like this to work:

$ dhall <<< "let mergedRec = { a = 1 } // { b = 2 } in mergedRec"

... by requiring non-empty whitespace after keywords that are not built-ins

... as standardized in dhall-lang/dhall-lang#222

Fixes #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
@Gabriella439 Gabriella439 merged commit 8f48c67 into master Aug 27, 2018
@Gabriella439 Gabriella439 deleted the gabriel/547 branch August 27, 2018 19:34
@Gabriella439 Gabriella439 restored the gabriel/547 branch August 27, 2018 19:34
@sjakobi sjakobi deleted the gabriel/547 branch September 19, 2019 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant