We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The grammar currently requires whitespace before with:
with
with-expression = import-expression 1*(whsp1 with whsp1 with-clause)
I'm following this in Dhall for Java, but noticed that the Haskell implementation doesn't match the standard:
$ dhall <<< "{=}with foo = 0with bar = 1" { bar = 1, foo = 0 }
This seems to me like a bug on the dhall-haskell side, not in the grammar, but I'm happy to open an issue over at dhall-lang if anyone disagrees.
The text was updated successfully, but these errors were encountered:
Fixed by #2213
Sorry, something went wrong.
No branches or pull requests
The grammar currently requires whitespace before
with
:I'm following this in Dhall for Java, but noticed that the Haskell implementation doesn't match the standard:
This seems to me like a bug on the dhall-haskell side, not in the grammar, but I'm happy to open an issue over at dhall-lang if anyone disagrees.
The text was updated successfully, but these errors were encountered: