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
When rewriting a Move expression into a spec expression, abort will be rewritten into empty unit expression. Later when generating boogie, the error Tuple not yet supported will be raised.
The text was updated successfully, but these errors were encountered:
🐛 Bug
When rewriting a Move expression into a spec expression,
abort
will be rewritten into empty unit expression. Later when generating boogie, the errorTuple not yet supported
will be raised.The text was updated successfully, but these errors were encountered: