typo in array printing
authorAndrea Griffini <agriff@tin.it>
Mon, 6 May 2013 06:56:18 +0000 (08:56 +0200)
committerAndrea Griffini <agriff@tin.it>
Mon, 6 May 2013 06:56:18 +0000 (08:56 +0200)
src/print.lisp

index 80db1f5..7daa143 100644 (file)
                                      (write-to-string (cdr last) known-objects object-ids))))
                        ")"))
               ((arrayp form)
-               (let ((result "(")
+               (let ((result "#(")
                      (sep ""))
                  (dotimes (i (length form))
                    (setf result (concat result sep