-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
BUG: strange error when using methods
function
#8163
Comments
I ran into this earlier today. The error originates in:
I'm not actually sure what @JeffBezanson, isn't TypeConstructor some kind of internal magic? How should we print it if it is encountered in a method table? |
I think I usually see TypeConstructors show up in conjunction with typealiases: julia> AbstractVector|>typeof
TypeConstructor |
And yet |
The exception message above makes it seem like the |
should now be fixed by bd7d3f5 |
Consider this very dumb example:
Any idea why this is happening?
The text was updated successfully, but these errors were encountered: