summaryrefslogtreecommitdiff
path: root/src/unheard/time_object.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/unheard/time_object.clj')
-rw-r--r--src/unheard/time_object.clj7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/unheard/time_object.clj b/src/unheard/time_object.clj
index 1a12099..d2e888f 100644
--- a/src/unheard/time_object.clj
+++ b/src/unheard/time_object.clj
@@ -17,12 +17,7 @@
[& children]
{:start 0, :time-objects children})
-;; 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.
+;; BUG c9be408
(defn phrase
[& children]
(fn [start]