original commit: 79b36eed9341b651d3feae1acf3505db20e8e6b2
This commit is contained in:
Matthew Flatt 2005-04-08 19:44:47 +00:00
parent 0b39291dbd
commit 4703212d8d

View File

@ -293,10 +293,12 @@
(read-decimal-as-inexact #t)
(read-accept-dot #t)
(read-accept-quasiquote #t)
(read-accept-reader #f)
(print-struct #f)
(print-graph #t)
(print-box #t)
(print-vector-length #t))
(print-vector-length #t)
(current-readtable #f))
(thunk)))