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
While working on #1734 I notced that Grain formats x < (_I32_MIN >> 1N) as x < _I32_MIN >> 1N which produces a different output and also fails to typecheck.
After some investigation done by @ospencer it turned out to be a parser issue.
The text was updated successfully, but these errors were encountered:
While working on #1734 I notced that Grain formats
x < (_I32_MIN >> 1N)
asx < _I32_MIN >> 1N
which produces a different output and also fails to typecheck.After some investigation done by @ospencer it turned out to be a parser issue.
The text was updated successfully, but these errors were encountered: