diff options
| author | Jake Zerrer <him@jakezerrer.com> | 2025-11-20 17:12:39 -0500 |
|---|---|---|
| committer | Jake Zerrer <him@jakezerrer.com> | 2025-11-21 12:00:35 -0500 |
| commit | 05f94be0253f56310cdcac128e3f14d732efd689 (patch) | |
| tree | aec33e4dc2051dce62809e4933c9fc12df37f8d5 | |
| parent | 3e43c0d1af0e02eb1207e2b86fdb0ca4d713a099 (diff) | |
jj fix
| -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] |
