I am trying to convert this functions calls to a compose function
But I I use R.compose
and write my functions from right-to-left I simply get a function array if I try to execute the composed function.
R.sort((a,b) => b - a, R.keys(R.groupBy( t => t.days, holidays) ))