Skip to content

Commit 6f9f529

Browse files
Preparing for migration to the latest K.
1 parent 1ea438b commit 6f9f529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exec/var-lookup.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ rule [lvalue-typedLoc]:
174174
May be wrapped inside lvalue. If lookup is unwrapped, it evaluates to TypedVal - the store value,
175175
of the type T - the second lookup argument. If lookup is wrapped into lvalue, it evaluates to loc(OL)::T.
176176
*/
177-
syntax Lookup ::= lookup (
177+
syntax Exp ::= lookup (
178178
Int, //OL - the store location to lookup
179179
Type // T - the compile-time type of the resulting value
180180
)

0 commit comments

Comments
 (0)