summaryrefslogtreecommitdiff
path: root/src/inspector.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspector.clj')
-rw-r--r--src/inspector.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspector.clj b/src/inspector.clj
index 2e24cccb..1699a4ab 100644
--- a/src/inspector.clj
+++ b/src/inspector.clj
@@ -104,6 +104,7 @@
(comment
(load-file "src/inspector.clj")
+(refer 'inspector)
(inspect-tree {:a 1 :b 2 :c [1 2 3 {:d 4 :e 5 :f [6 7 8]}]})
(inspect-table [[1 2 3][4 5 6][7 8 9][10 11 12]])