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
I have a list of values, the values can be of two different kinds. I have schemas for both types, and these schemas check for correctness. If the list contains values of only one type, then everything is fine, I can create a circuit that checks the correctness of such a list. But if I want to use objects of different types in one list, it doesn’t work.
For example, there are two schemes
I have a list of values, the values can be of two different kinds. I have schemas for both types, and these schemas check for correctness. If the list contains values of only one type, then everything is fine, I can create a circuit that checks the correctness of such a list. But if I want to use objects of different types in one list, it doesn’t work.
For example, there are two schemes
but if I try to write a circuit that needs to have different values for the elements of a list,
then various validation errors occur.
If you use variables of scalar types (int, string, etc.) as list elements, then everything works fine.
Is this a mistake, or am I drawing up the general diagram incorrectly?
The text was updated successfully, but these errors were encountered: