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
I'm new to Dhall and just found this repo, which looks like a great way to learn Dhall. Thanks!
It looks like the example from the quickstart doesn't work (anymore). The error I get:
dhall: Error: Failed to resolve imports. Error list: ↳ ./toNetHack.dhall ↳ ./render/Config.dhall ↳ ./Prelude.dhall ↳ env:DHALL_PRELUDE Error: Missing environment variable ↳ DHALL_PRELUDE ↳ ./toNetHack.dhall ↳ ./render/Config.dhall ↳ ./Prelude.dhall ↳ https://raw.githubusercontent.com/dhall-lang/dhall-lang/v8.0.0/Prelude/package.dhall sha256:0c04cbe34f1f2d408e8c8b8cb0aa3ff4d5656336910f7e86190a6d14326f966d ↳ https://raw.githubusercontent.com/dhall-lang/dhall-lang/v8.0.0/Prelude/Optional/package.dhall sha256:36a366af67a3c26cd5d196e095d3023f18953c5b5db3a03956fa554609e5442a ↳ https://raw.githubusercontent.com/dhall-lang/dhall-lang/v8.0.0/Prelude/Optional/all sha256:b9b015fe8be14da940901aa1510ee1d5e205df37ee651c32ac975a799782c410 Error: Unbound variable: Optional/fold 18│ Optional/fold
and then a whole lot of other unbound Optional/fold.
Optional/fold
I updated the Prelude version in ./Prelude.dhall, but then I still got an error:
./Prelude.dhall
dhall text --file './example.dhall' dhall: ↳ ./toNetHack.dhall ↳ ./render/Config.dhall ↳ ./render/Disclose.dhall Error: Unbound variable: Optional/fold 10│ Optional/fold /Users/niels.uitdebos/git/playground/dhall/dhall-nethack/render/Disclose.dhall:10:9 88│ ./Disclose.dhall /Users/niels.uitdebos/git/playground/dhall/dhall-nethack/render/Config.dhall:88:47
but those were all the errors I got.
The file examples/small.dhall does seem to work, but it doesn't use toNetHack.
examples/small.dhall
toNetHack
I'm on Mac and dhall version returns 1.34.0 (latest, it looks like).
dhall version
1.34.0
The text was updated successfully, but these errors were encountered:
replace deprecated Optional/fold using Prelude
b20dba9
See: https://docs.dhall-lang.org/howtos/migrations/Deprecation-of-Optional-fold-and-Optional-build.html This closes issue dhall-lang#3.
No branches or pull requests
I'm new to Dhall and just found this repo, which looks like a great way to learn Dhall. Thanks!
It looks like the example from the quickstart doesn't work (anymore). The error I get:
and then a whole lot of other unbound
Optional/fold
.I updated the Prelude version in
./Prelude.dhall
, but then I still got an error:but those were all the errors I got.
The file
examples/small.dhall
does seem to work, but it doesn't usetoNetHack
.I'm on Mac and
dhall version
returns1.34.0
(latest, it looks like).The text was updated successfully, but these errors were encountered: