we don't ball

This commit is contained in:
Akko
2025-08-04 20:13:10 +02:00
parent 25b94b8d85
commit e659b1d4e0
3 changed files with 6 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
:ext-contract ext-contract
:ext-stages ext-stages
:return []
:transient (not (false? transient))))
:transient nil))
(defn register-thought!
"Create a thought and register it in the state.

View File

@@ -45,10 +45,6 @@
;; Fold return value into `parent`.
parent (return/with-return parent returns)]
; XXX FUCK IT WE BALL (??)
(prtc/uncopy! parent)
(prtc/uncopy! thought)
;; Recur if there's remaining aspects, otherwise return `parent`.
(if (not-empty (thought/stages th))
(recur th parent)