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

Loosening the recursive type restriction #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

asajeffrey
Copy link
Collaborator

@asajeffrey
Copy link
Collaborator Author

Old PR: luau-lang/luau#86

type T<a, b> = { this: a, that; b, children : {T<number, b>} }
```

This algorithm does not support type graphs with infinite expansions.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this be more specific as to what the behavior is when the type expansion is infinite?

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

Successfully merging this pull request may close these issues.

2 participants