I'd like to use it in my code and would rather not duplicate it, but since it involves only massively generic words like "function" or "composition" I can't find it by searching.
To be completely specific, I'm looking for
instance Functor (x->) where
fmap f p = f . p