mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-14 21:31:11 -08:00
fix put back *current-pprint-indentation* for pretty printing hash tables
This commit is contained in:
parent
bf5d479e7f
commit
f2f097f35b
1 changed files with 1 additions and 0 deletions
|
|
@ -251,6 +251,7 @@ We currently only try this with serapeum. See *deps/serapeum/sequences-hashtable
|
|||
;; (adapted from rutils)
|
||||
|
||||
(defparameter *pretty-print-hash-tables* t "Pretty-print hash tables by default.")
|
||||
(defparameter *current-pprint-indentation* 1)
|
||||
|
||||
(defun print-hash-table (ht &optional (stream *standard-output*))
|
||||
"Pretty print hash-table HT to STREAM.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue