(defmacro lockstep-transformation [& forms] `(fn [node#] (at node# :lockstep ~(apply array-map forms))))
Comments top
No comments for lockstep-transformation. Log in to add a comment.