aboutsummaryrefslogtreecommitdiff
path: root/module/hnh
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-12-13 11:06:57 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-12-13 11:17:34 +0100
commit00a66eca0f32fcf585d2c21375641020e877e3ea (patch)
treec2aceeb5047bf46e03726e1c5e8378cf86a4df63 /module/hnh
parentFix sxml namespaced util. (diff)
downloadcalp-sxml-work.tar.gz
calp-sxml-work.tar.xz
Update things depending on namespaced sxml.sxml-work
Update all code to emit correctly formed namespaced sxml objects, instead of the old list based approach. Also introduces a number of typechecks which in semi-related parts of the code. Note that the webdav-server test is currently broken.
Diffstat (limited to 'module/hnh')
-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)