You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: