typescript: 3.9.3 rambda: 5.4.3 `R.pipe<number[]>( shuffle, R.take(5), R.append(10), shuffle, )([0,1,2,3,4,6]) }` With the above code I get the following error: Expected 1 arguments, but got 4 Please can someone point out to me what im doing wrong?