Skip to content

Remove Unicode character from dhall.abnf#1004

Merged
Gabriella439 merged 5 commits intomasterfrom
gabriel/no_unicode_abnf
May 19, 2020
Merged

Remove Unicode character from dhall.abnf#1004
Gabriella439 merged 5 commits intomasterfrom
gabriel/no_unicode_abnf

Conversation

@Gabriella439
Copy link
Copy Markdown
Contributor

Fixes #1003

Some = %x53.6f.6d.65
toMap = %x74.6f.4d.61.70
assert = %x61.73.73.65.72.74
forall = %x2200 / %x66.6f.72.61.6c.6c ; "Unicode FOR ALL" / "forall"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest removing the quotes from around Unicode FOR ALL here, I think that would be marginally clearer

@Gabriella439 Gabriella439 merged commit 9358ffa into master May 19, 2020
@Gabriella439 Gabriella439 deleted the gabriel/no_unicode_abnf branch May 19, 2020 01:35
TristanCacqueray pushed a commit to TristanCacqueray/dhall-lang that referenced this pull request Jan 4, 2025
The `--file` option was essentially broken since it passed in the
file path instead of the directory, meaning that transitive imports
would not be computed correctly (they'd be off by one path component).
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.

dhall-lang/standard/dhall.abnf is not quite valid ABNF

2 participants