diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/unheard/time_object.clj | 3 |
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] |
