Skip to content
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

Wrong lookup of "Env" module #2

Open
mshinwell opened this issue Oct 7, 2016 · 0 comments
Open

Wrong lookup of "Env" module #2

mshinwell opened this issue Oct 7, 2016 · 0 comments

Comments

@mshinwell
Copy link
Owner

Set breakpoint on Flambda_to_clambda.to_clambda
Look at the "env" argument. The value has six fields but the extracted type has 14. Six is correct for Flambda_to_clambda.Env.t. It looks like it's found the Env.t from typing/env.ml instead, which is wrong. This may be something to do with the fact that the Env module is a submodule of Flambda_to_clambda.

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

No branches or pull requests

1 participant