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
Copy file name to clipboardExpand all lines: semantics/elaborate-blocks.k
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ syntax K ::= "elabInstanceInit"
56
56
syntax K ::= "elab""(" K ")"
57
57
58
58
//@ Wraps the elaboration result. Since elaboration may happen at both ElaborationPhase and ExecutionPhase, it cannot be KResult. Actually it isnot KResult for HOLE, but isfor CHOLE.
59
-
syntax ElabRes ::= "elabRes""(" K ")"
59
+
syntax ElabKResult ::= "elabRes""(" K ")"
60
60
61
61
//@Sets the enclosing object for a given object.
62
62
//@Invoked by invokeConstr and QSuperConstrInv.
@@ -281,10 +281,9 @@ This is a rule that may lead to unexpected nondeterminism if it is wrongly imple
281
281
In order to expose incorrect nondeterminism we need to model-check a program that exposes the nondeterminism.
0 commit comments