© 2026 Hedgehog Software, LLC
function f(input: Data, x, y, z, ...) { return (a: A) => pipe(a, (a: A) => ({...a, ...input}), x, y, z, ...); }