aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/util/table.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/hnh/util/table.scm')
-rw-r--r--module/hnh/util/table.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/hnh/util/table.scm b/module/hnh/util/table.scm
index 94d3c110..2c174448 100644
--- a/module/hnh/util/table.scm
+++ b/module/hnh/util/table.scm
@@ -51,6 +51,7 @@
(define-type (tree-terminal printer: (lambda (_ p) (write '(table) p))))
;; Wrapped for better error messages
+;;; TODO possibly only have one tree-terminal shared by everyone
(define (make-tree) (tree-terminal))
(define (tree? x)