-
Notifications
You must be signed in to change notification settings - Fork 26
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
Type synonyms cannot be recursive. #413
Comments
This should be fixed by #408! Could you try checking it out and confirming? |
I see. Is it ready to be merged? |
Since it's my PR, it's not up to me to decide :) |
Ok, I will test it and confirm with you 👍 |
@EliasC : Bravo, it works. |
Great! I think @supercooldave was also reviewing that PR. If you are both happy with it it can be merged. |
I find the whole "fake polymorphic function" part a bit of a red herring. I will make a new test for this case, and then I can do the merge. |
Closed by #408. |
When define a fake polymorphic function using
typedef
, with argument type isclosure
, then it raises an error.The error relates to alias name
A
of typeint
.The text was updated successfully, but these errors were encountered: