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

Types unresolved in abstract module types substituted with concrete children of modules #30

Open
dsheets opened this issue Dec 8, 2014 · 1 comment

Comments

@dsheets
Copy link
Contributor

dsheets commented Dec 8, 2014

module With3 : With1 with module M = With2

type with1 = With3.N.t

The t is Dot (Resolved .., "t").

@lpw25
Copy link
Collaborator

lpw25 commented Dec 8, 2014

This one is a known limitation of the current algorithm. I'm not going to fix it in the short-term because it needs quite a bit of work.

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

2 participants