export const square = { any: ({multiply}) => x => multiply(x,x) }