-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | 'Show' instances for Lambdabot
--   
--   Show instances for functions and IO procedures
@package show
@version 0.6

module ShowFun
instance (Data.Typeable.Internal.Typeable a, Data.Typeable.Internal.Typeable b) => GHC.Show.Show (a -> b)
instance Data.Typeable.Internal.Typeable a => GHC.Show.Show (GHC.Types.IO a)
