1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 17:47:53 +03:00

pprint properly prints hash-maps

This commit is contained in:
Jordi Iñigo 2021-09-10 16:56:32 +02:00 committed by Joel Martin
parent ba0159031f
commit 47395d754d

View File

@ -28,7 +28,7 @@
(pp- k kindent)
" "
(pp- (get obj k) vindent)))
(rest (keys obj))))))
(rest ks)))))
pp- (fn* [obj indent]
(cond