Minor indentation change, a typo.

This commit is contained in:
sforman 2023-10-10 12:12:07 -07:00
parent 4df31667b6
commit 8e15a657ed
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@
(receive (stack dict) (joy stack0 (text->expression text) dict0)
(print (joy-expression->string (reverse stack)))
(main-loop stack dict))
(print))))
(print))))
(define (joy-trace stack expression)
(print (conc (joy-expression->string (reverse stack)) " . " (joy-expression->string expression))))