Something like: ``` (defn on-call (query) (debug query)) (bind "call" on-call) ```
Something like: