* removed the pretty-print from the output of chi-top-library
This commit is contained in:
parent
c1a946b346
commit
149ace20d9
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -333,5 +333,6 @@
|
|||
(new-compile-all)
|
||||
|
||||
(printf "Happy Happy Joy Joy\n")
|
||||
(exit)
|
||||
;(#%compiler-giveup-tally)
|
||||
; vim:syntax=scheme
|
||||
|
|
|
@ -742,6 +742,6 @@
|
|||
(chi-expr* init* r mr)))))))))
|
||||
(lambda (x)
|
||||
(let ([x (chi-top-library x)])
|
||||
(pretty-print x)
|
||||
; (pretty-print x)
|
||||
x))
|
||||
))
|
||||
|
|
Loading…
Reference in New Issue