Suppose I have a list of any size.
list = [a, b, c]
how could I get the output.
applyI f list >> [[(f a), b, c], [a, (f b),