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.
The text was updated successfully, but these errors were encountered:
After fixing #54 by merging #77 we could provide a straightforward implementation using #76 and requiring that loop bounds are typeable without any external dependencies.
Currently we have
Integer
there. We should allow arbitraryExpr
, but keep the semantics: the compiler will throw an error if such anExpr
doesn't evaluate to a constant statically.The text was updated successfully, but these errors were encountered: