Skip to content

Commit ace9c1d

Browse files
committed
Whoops, wrong parser
1 parent 737a398 commit ace9c1d

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
@@ -281,7 +281,7 @@ And then use them from within Racket:
281281
We can also ``import'' Racket functions in to Loot:
282282

283283
@ex[
284-
(interp-env (sexpr->prog '(expt 2 10))
284+
(interp-env (sexpr->expr '(expt 2 10))
285285
`((expt ,expt)))
286286
]
287287

0 commit comments

Comments
 (0)