···7070 of the next function, and the last function returns the
7171 final value.
7272 */
7373- pipe = val: functions:
7474- let reverseApply = x: f: f x;
7575- in builtins.foldl' reverseApply val functions;
7373+ pipe = builtins.foldl' (x: f: f x);
76747775 # note please don’t add a function like `compose = flip pipe`.
7876 # This would confuse users, because the order of the functions