show-0.6: 'Show' instances for Lambdabot
Safe HaskellSafe
LanguageHaskell98

ShowFun

Orphan instances

Typeable a => Show (IO a) Source # 
Instance details

Methods

showsPrec :: Int -> IO a -> ShowS

show :: IO a -> String

showList :: [IO a] -> ShowS

(Typeable a, Typeable b) => Show (a -> b) Source # 
Instance details

Methods

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

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

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