What you are looking for is
colFields = map . flip (!!)
However, it is not very clear to read, I would leave the parameter n . With n as an explicit parameter, I immediately understand what the function does. Without this, I should take a moment to understand this definition even for a simple case like this.
I got this answer very simply using the pointfree tool, although there are methods for getting it manually.
source share