Returns a new branch node, given an existing node and new
children. The loc is only used to supply the constructor.
(defn make-node
"Returns a new branch node, given an existing node and new
children. The loc is only used to supply the constructor."
{:added "1.0"}
[loc node children]
((:zip/make-node (meta loc)) node children))
Comments top
No comments for make-node. Log in to add a comment.