Skip to content

Commit cdf7789

Browse files
committed
Bug in REPL
1 parent bfcfd46 commit cdf7789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repl.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
(if (string? out)
203203
(displayln out)
204204
(for ([val (in-vector out)])
205-
(displayln (bigfloat->string val)))))]
205+
(displayln (repl-value->string val)))))]
206206
[`(explain ,name ,(? (disjoin real? boolean?) vals) ...)
207207
(define machine (repl-get-machine repl name))
208208
(check-args! name machine vals)

0 commit comments

Comments
 (0)