Skip to content

Commit 66d8a45

Browse files
committed
Whoops, wrong parser, again!
1 parent ace9c1d commit 66d8a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/notes/loot.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ We can give a spin:
960960
(even? 10)))))
961961

962962
(asm-interp
963-
(compile (sexpr->expr
963+
(compile (sexpr->prog
964964
'(letrec ((map (λ (f ls)
965965
(letrec ((mapper (λ (ls)
966966
(if (empty? ls)

0 commit comments

Comments
 (0)