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
If I have a module AAA that imports another module AAABBB, then this import is dropped from the generated Haskell code. The cause is located here:
AAA
AAABBB
agda2hs/src/Agda2Hs/Compile/Imports.hs
Line 28 in 0fc20cc
(Git blame tells me I have no-one to blame except for myself.)
The text was updated successfully, but these errors were encountered:
[ fix agda#338 ] Only filter out imports of current module, not other…
3478a21
… modules with current module as prefix
cf6c980
3935a27
jespercockx
Successfully merging a pull request may close this issue.
If I have a module
AAA
that imports another moduleAAABBB
, then this import is dropped from the generated Haskell code. The cause is located here:agda2hs/src/Agda2Hs/Compile/Imports.hs
Line 28 in 0fc20cc
(Git blame tells me I have no-one to blame except for myself.)
The text was updated successfully, but these errors were encountered: