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
This should be an error, since are not permitted to mix columns in the same constraint from different modules. The generated wizard-iop is, for example:
The following example compiles without problem:
(defcolumns X) (module m1) (defcolumns Y) (defconstraint tmp () (vanishes! (* X Y)))
This should be an error, since are not permitted to mix columns in the same constraint from different modules. The generated
wizard-iop
is, for example:The text was updated successfully, but these errors were encountered: