I want to implement the map function for specific indices only, like this:
mapFor :: (a -> a) -> [Int] -> [a] -> [a]
An example would