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

allow nested combinations of (named)tuples, symbols, and bits as type parameters #46300

Merged
merged 1 commit into from
Aug 31, 2022

Conversation

JeffBezanson
Copy link
Sponsor Member

Currently values can be used as type parameters if they are isbits, or tuples of bits and symbols. That is a bit arbitrary, and it seems to me we might as well allow (at least) trees of tuples and named tuples with bits and symbol leaves. Essentially, symbols count as "isbits" for use as type parameters, so to generalize we could allow anything of that form.

Copy link
Sponsor Member

@vtjnash vtjnash left a comment

Choose a reason for hiding this comment

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

I believe there are several other areas of code that might need to be updated, mostly in inference.

Copy link
Sponsor Member

@vtjnash vtjnash left a comment

Choose a reason for hiding this comment

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

LGTM

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

Successfully merging this pull request may close these issues.

None yet

2 participants