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
Currently we have Integer there. We should allow arbitrary Expr, but keep the semantics: the compiler will throw an error if such an Expr doesn't evaluate to a constant statically.
Currently we have
Integerthere. We should allow arbitraryExpr, but keep the semantics: the compiler will throw an error if such anExprdoesn't evaluate to a constant statically.