Loading...

Text.Show.Functions

Optional instance of Show for functions:

instance Show (a -> b) where
   showsPrec _ _ = showString ""

Orphan instances

Show (a -> b) Source #

Since: base-2.1

Instance details

Methods

showsPrec :: Int -> (a -> b) -> ShowS Source #

show :: (a -> b) -> String Source #

showList :: [a -> b] -> ShowS Source #