-
Notifications
You must be signed in to change notification settings - Fork 214
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
Why doesn't "dhall type" support imports? #1277
Comments
@sjakobi: No good reason. When I initially added the |
Gabriella439
added a commit
that referenced
this issue
Sep 5, 2019
Fixes #1277 The original motivation was that `dhall type` would represent a type-inference-only phase. However, in practice that wasn't very useful so `dhall type` now performs import resolution followed by type inference.
mergify bot
pushed a commit
that referenced
this issue
Sep 5, 2019
* Change `dhall type` to resolve imports Fixes #1277 The original motivation was that `dhall type` would represent a type-inference-only phase. However, in practice that wasn't very useful so `dhall type` now performs import resolution followed by type inference. * Fix loading relative to root directory ... as caught by @sjakobi Co-Authored-By: Simon Jakobi <simon.jakobi@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently it outputs
when the given expression contains an import.
Is there a reason why it shouldn't try to resolve imports?
The text was updated successfully, but these errors were encountered: