We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea438b commit 6f9f529Copy full SHA for 6f9f529
src/exec/var-lookup.k
@@ -174,7 +174,7 @@ rule [lvalue-typedLoc]:
174
May be wrapped inside lvalue. If lookup is unwrapped, it evaluates to TypedVal - the store value,
175
of the type T - the second lookup argument. If lookup is wrapped into lvalue, it evaluates to loc(OL)::T.
176
*/
177
-syntax Lookup ::= lookup (
+syntax Exp ::= lookup (
178
Int, //OL - the store location to lookup
179
Type // T - the compile-time type of the resulting value
180
)
0 commit comments