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

List comprehension for lists of variable-size #163

Closed
Tracked by #162
grjte opened this issue Feb 22, 2023 · 1 comment
Closed
Tracked by #162

List comprehension for lists of variable-size #163

grjte opened this issue Feb 22, 2023 · 1 comment
Labels
enhancement New feature or request v0.3

Comments

@grjte
Copy link
Contributor

grjte commented Feb 22, 2023

Support for regular list comprehension over lists of static length is addressed by #87 which applies to transition constraints (and maybe boundary constraints)

Once variable-length public inputs are supported (#143), we will need to support list comprehension for lists of variable size - this applies only to boundary constraints as variable-sized lists are possible only for public inputs.

@bobbinth
Copy link
Contributor

As described in #143 (comment), variable-length public inputs would be a special case which we might want to handle differently.

Outside of variable-size public inputs, I'm not sure we need to handle comprehensions of variable size - so, I'll close this issue. If the need arises in the future, we can re-open it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v0.3
Projects
None yet
Development

No branches or pull requests

2 participants