clojush.instructions.zip
ignore-errors
macro
(ignore-errors e)
Returns the result of evaluating e, or nil if it throws an exception.
zip-mover
(zip-mover move-fn)
Returns a function that moves the top zipper in the specified way, acting as a no-op if the movement would produce an error.