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
Implement an unreachable terminator PrimOp that signals that the flow of control must never reach that particular continuation. This will be helpful when compiling pattern matching initially because there is currently no exhaustiveness check (#102).
The text was updated successfully, but these errors were encountered:
Implement an
unreachable
terminator PrimOp that signals that the flow of control must never reach that particular continuation. This will be helpful when compiling pattern matching initially because there is currently no exhaustiveness check (#102).The text was updated successfully, but these errors were encountered: