show-0.3.3: ShowIO.hs
module ShowIO where
import Data.Typeable
instance Typeable a => Show (IO a) where
show e = '<' : (show . typeOf) e ++ ">"
module ShowIO where
import Data.Typeable
instance Typeable a => Show (IO a) where
show e = '<' : (show . typeOf) e ++ ">"