summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJake Zerrer <him@jakezerrer.com>2025-11-20 17:12:39 -0500
committerJake Zerrer <him@jakezerrer.com>2025-11-21 12:00:35 -0500
commit05f94be0253f56310cdcac128e3f14d732efd689 (patch)
treeaec33e4dc2051dce62809e4933c9fc12df37f8d5 /src
parent3e43c0d1af0e02eb1207e2b86fdb0ca4d713a099 (diff)
jj fix
Diffstat (limited to 'src')
-rw-r--r--src/unheard/time_object.clj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/unheard/time_object.clj b/src/unheard/time_object.clj
index e473411..40e16f7 100644
--- a/src/unheard/time_object.clj
+++ b/src/unheard/time_object.clj
@@ -20,6 +20,9 @@
;; FIXME: Currently, composing phrases has exponential
;; time complexity. (Each parent phrase causes recomputation of the
;; time offset of each child phrase.)
+
+;; I had a variant of phrase that could accept other phrases
+;; and time objects as children. I might want to revisit that.
(defn phrase
[& children]
(fn [start]