function curr(fn,...args){ retuen args.length<fn.length?(...arguments)=>curr(fn,...args,...arguments):fn(...args) }