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

Link problems in generated docs #361

Closed
SEIAROTg opened this issue Jan 4, 2019 · 1 comment
Closed

Link problems in generated docs #361

SEIAROTg opened this issue Jan 4, 2019 · 1 comment

Comments

@SEIAROTg
Copy link

SEIAROTg commented Jan 4, 2019

I noticed in some generated docs there are different symbols with same name. For example in purescript-typelevel-prelude@3.0.0/Type.Row, there are two Cons, one being a class re-exported from Prim.Row while the other being a type from Prim.RowList. Both of them have the anchor #t:Cons which creates ambiguity. I suggest we use a different prefix for type classes, so they will be #c:Cons and #t:Cons.

Also all links to Prim are currently dead in that page as it's assuming Prim in the same package.

@hdgarrood
Copy link
Collaborator

These are both compiler issues, so I've created purescript/purescript#3502 and purescript/purescript#3504 to track them. Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants