We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a3327 commit 79ce8a0Copy full SHA for 79ce8a0
2 files changed
www/notes/hoax.scrbl
@@ -111,9 +111,9 @@ and strings with strings (what a surprise!):
111
112
The @this-lang interpreter is essentially the same as for Hustle,
113
although with the addition of ternary primitives, plus an extension of
114
-the @racket[interp-prims] module:
+the @racket[interp-prim] module:
115
116
-@codeblock-include["hoax/interp-prims.rkt"]
+@codeblock-include["hoax/interp-prim.rkt"]
117
118
Vectors are easy to model in the interpreter because we can rely on
119
vectors in the meta-level of Racket.
www/notes/loot.scrbl
@@ -422,7 +422,7 @@ the Y-combinator:
422
423
424
@ex[
425
-(define (run . p) (interp (parse p)))
+(define (run . p) (interp (apply parse p)))
426
427
(run
428
'(λ (t)
0 commit comments