- (pipe x (fn . xs) ...)syntax
calls each combination with the result of applying its combination to the left as first argument. In particular (pipe x (fn . xs)) is (fn x . xs) and (pipe x (fn . xs) (gn . ys)) is (gn (fn x . xs)).
calls each combination with the result of applying its combination to the left as first argument. In particular (pipe x (fn . xs)) is (fn x . xs) and (pipe x (fn . xs) (gn . ys)) is (gn (fn x . xs)).