The ShowFunctions module contains the following instance of Show for function types
instance Show (a -> b) where showsPrec _ _ = showString "<function>"