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

ShowFun

Orphan instances

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

Methods

showsPrec :: Int -> IO a -> ShowS Source #

show :: IO a -> String Source #

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

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

Methods

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

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

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