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

Collections: Add new and discard ops #1725

Open
doug-q opened this issue Nov 28, 2024 · 0 comments
Open

Collections: Add new and discard ops #1725

doug-q opened this issue Nov 28, 2024 · 0 comments

Comments

@doug-q
Copy link
Collaborator

doug-q commented Nov 28, 2024

Currently we use empty list Consts for construction. This is inadequate because we can't put type args in a Const.

We need discard because lists are linear if their element type is. We need a way to consume that type. I'm not sure whether discard should require the list to be empty.

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

No branches or pull requests

1 participant