How does <$ = (fmap . const) in Functor even work in Haskell?
I know that the dot (.) operator takes two functions which both take an argument respectively.
I know that the dot (.) operator takes two functions which both take an argument respectively.