Skip to content
Snippets Groups Projects
Verified Commit a54fe8bb authored by Sankalp Gambhir's avatar Sankalp Gambhir
Browse files

Ex 4.3: add note about unique parameter names

parent 81255ccf
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,8 @@
\item Write the rules for the operational semantics for this language,
assuming \emph{call-by-name} semantics for function calls. In call-by-name
semantics, function arguments are not evaluated before the call. Instead,
the parameters are merely substituted into the function body.
the parameters are merely substituted into the function body. You may assume
that function parameters are named distinctly from variables in the program.
\item Under the following environment (with function names, parameters, and
bodies):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment