Skip to content

Commit fa2dbba

Browse files
committed
Remove unnecessary pretty-print definition
1 parent d40b0a6 commit fa2dbba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

convert.scm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@
3737
(cond-expand
3838
(chicken
3939
(import (only (chicken pretty-print) pretty-print)))
40-
(gambit
41-
(define (pretty-print x)
42-
(pp x (current-output-port))))
40+
(gambit) ;; A suitable pretty-print comes standard.
4341
(gauche
4442
(import (only (gauche base) pprint))
4543
(define (pretty-print x)

0 commit comments

Comments
 (0)