We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0271cc4 commit 931e818Copy full SHA for 931e818
www/notes/fraud.scrbl
@@ -336,7 +336,7 @@ The interpreter closely mirrors the semantics. The top-level
336
@racket[interp-env] that takes an expression and environment and
337
computes the result. It is defined by structural recursion on the
338
expression. Environments are represented as lists of associations
339
-between variables and integers. There are two helper functions for
+between variables and values. There are two helper functions for
340
@racket[ext] and @racket[lookup]:
341
342
@codeblock-include["fraud/interp.rkt"]
0 commit comments