This commit is contained in:
Akko
2025-08-06 18:15:25 +02:00
parent e659b1d4e0
commit 1e79c9fd6e
5 changed files with 82 additions and 13 deletions

View File

@@ -13,9 +13,7 @@
You may want `register-thought!` instead."
[operator & {:keys [data ext-contract ext-stages transient]
:or {data {} ext-contract {}
ext-stages [[:thought operator :pre] [:thought operator]
[:PRE-EXECUTE] [:EXECUTE] [:POST-EXECUTE]
[:thought operator :post]]
ext-stages [[:PRE-EXECUTE] [:EXECUTE] [:POST-EXECUTE]]
transient true}}]
(hash-map :operator operator
:data data