barf-backward
function
rewrite-clj.paredit/barf-backward
(barf-backward [zloc])Returns `zloc` with leftmost node of the parent sequence pushed left out of the sequence.
- `[1 2 [3 |4] 5] => [1 2 3 [|4] 5]`
- `[1 2 3 [|4] 5] => [1 2 3 |4 [] 5]`
Examples
No examples yet. Be the first to add one!