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

Cross-references in import/export lists when a whole module is imported/exported #122

Open
jinwoo opened this issue Oct 11, 2019 · 1 comment

Comments

@jinwoo
Copy link
Member

jinwoo commented Oct 11, 2019

#6 and #66 added support for xrefs in import/export lists. But when a whole module is imported or exported, rather than individual entities, it doesn't get xrefs. Fix it.

@jinwoo
Copy link
Member Author

jinwoo commented Oct 11, 2019

E.g. in

module Foo (module Foo.Internal) where

or

import Foo (module Bar)

, Foo.Internal or Bar must have xref links.

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