Optional instance of Show for functions:
Show
instance Show (a -> b) where showsPrec _ _ = showString ""
Since: base-2.1
Methods
showsPrec :: Int -> (a -> b) -> ShowS Source #
show :: (a -> b) -> String Source #
showList :: [a -> b] -> ShowS Source #