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
@property
robust : Vector Bool n
robust = foreach i . robustAround [[0]] 0
results in the error
Error at Line 83, Columns 1-7: The type of @property 'robust':
> forallT {n} . Vector Bool n
> is not supported. Only the following types are allowed for '@property's:
> Bool, Vector Bool n, Tensor Bool ns
> Fix: either change the type of 'robust' to a supported type or remove the '@property' annotation.
If the variable
n
is undeclared thenresults in the error
Not fixed by the proposed solution in #456
The text was updated successfully, but these errors were encountered: