Let's say we have this point-free function:
f1 = flip const map
I'm clueless about how exactly does it work and what it is supposed to do? I.e. I know what map, const and flip functions are. But putting them together like this just doesn't make sense to me. What exactly is happening inside this function? It seems to return the same thing I pass into it every time but... Why?