-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Exception when printing skolem type in singleton instance. #9684
Labels
Comments
match-error-on-print-scolem-type.tar.gz |
rssh
changed the title
Exception when printing concrete type fr
Exception when printing skolem type in singleton instance.
Aug 31, 2020
The tasty pickler just unwraps skolems so I guess the tasty-reflect printer should do the same (that won't always give you something that passes the typechecker but that's not the only situation where you have a type that cannot be represented in source code) /cc @nicolasstucki |
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 18, 2021
KacperFKorban
pushed a commit
to KacperFKorban/dotty
that referenced
this issue
Mar 19, 2021
michelou
pushed a commit
to michelou/dotty
that referenced
this issue
Mar 22, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Minimized code
file X.scala:
file Main.scala:
Output (click arrow to expand)
The text was updated successfully, but these errors were encountered: